You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No ctx object passed to PaymentHandler
Describe the solution you'd like
CTX object passed to PaymentHandler and its methods (createPayment, refund...)
for example we want to have languageCode available so we can passi to the payment provider that can provide URL to localized gateway.
Describe alternatives you've considered
Passing settings in metadata, but it redundant if we already have ctx object...
The text was updated successfully, but these errors were encountered:
Closes#488
BREAKING CHANGE: The `PaymentMethodHandler` function signatures have changed:
`createPayment()`, `settlePayment()` & `createRefund()` now all get passed the
RequestContext object as the first argument.
Is your feature request related to a problem? Please describe.
No ctx object passed to PaymentHandler
Describe the solution you'd like
CTX object passed to PaymentHandler and its methods (createPayment, refund...)
for example we want to have languageCode available so we can passi to the payment provider that can provide URL to localized gateway.
Describe alternatives you've considered
Passing settings in metadata, but it redundant if we already have ctx object...
The text was updated successfully, but these errors were encountered: