Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: EdgeApp/edge-plugin-simplex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 896217e895dbd0ff81d7afaad619c5e4fa89c629
Choose a base ref
..
head repository: EdgeApp/edge-plugin-simplex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 706f40f15fa344d23e687234eb1b0489f6555abb
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/api.js
2 changes: 1 addition & 1 deletion src/api.js
Original file line number Diff line number Diff line change
@@ -305,7 +305,7 @@ export async function sellDetails (sellId) {
}

export const SimplexForm = props => {
const baseUrl = 'https://edge-app-deep-link-redirect.herokuapp.com';
const baseUrl = 'https://developer.edge.app/content/conversiontracker.html'
const successUrl = `${baseUrl}?currency=${encodeURI(props.quote.currency)}&digital_amount=${encodeURI(props.quote.fiat_total_amount_amount)}&order_id=${encodeURI(props.quote.payment_id)}`
const failureUrl = `${baseUrl}?dont_track=true`
return (