Replies: 1 comment
-
I've been thinking about this myself too as there are a few providers that need access to those URL's in non |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Currently
ProcessCallback
method inPaymentProviderBase
doesn't have easy access to e.g. continue URL like for exampleGenerateForm
.For now we can set a property in meta data for
PaymentFormResult
inGenerateForm
and then access this property inProcessCallback
:Could we handle this in another way or have a utility method to access this?
Describe the solution you'd like
It would be great to have a utility method or similar to easier access continue URL, cancel URL and error URL in
ProcessCallback
method as some payment gateway only accept a return URL, which most likely will be the callback URL, where you need to handle the redirection yourself.Beta Was this translation helpful? Give feedback.
All reactions