Hi,
The hostedPaymentReturnOptions setting has the following paramets currently allowed.
{"showReceipt": true, "url": "https://mysite.com/receipt", "urlText": "Continue", "cancelUrl": "https://mysite.com/cancel", "cancelUrlText": "Cancel"}
Is here a way to dynamically add url field instead of hardcoding the URL?
Something like this
{"showReceipt": true, "url": MY_STRING, "urlText": "Continue", "cancelUrl": "https://mysite.com/cancel", "cancelUrlText": "Cancel"}