Skip to content

Commit

Permalink
Enhance continue url docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andregoncalvesdev authored and jackmurdoch committed Jul 25, 2024
1 parent 1beea2f commit 547faa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/flows/crypto-onramp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ The crypto on-ramp flow allows a user to add funds from a credit or debit card t
- `percentage`: Percentage of the total source amount (the maximum allowed value is "5").
- `continueUrl` (_optional_): URL to redirect the user to after the order is placed.
- `continueUrlTarget` (_optional_): In which tab should the `continueUrl` be opened.
- `new-tab`: Open in a a new tab.
- `same-tab`: Open in the same page or iframe (default).
- `parent-tab`: Useful only in an iframe, open in the page that contains the iframe.
- `new-tab`: Open in a new tab.
- `same-tab`: Open in the same tab or iframe (default).
- `parent-tab`: Useful only in an iframe: open in the tab that contains the iframe.
- `partnerFee` (_deprecated_): Use `partner.fee` instead.
- `source` (_optional_): An object configuring the asset and amount to be paid.
- `amount` (_optional_): Amount to be paid.
Expand Down

0 comments on commit 547faa5

Please sign in to comment.