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.
The current version of the mollie payment plugin requires setting of a redirectUrl in the payment method through Admin UI.
Currently it's not possible to use one payment method (with one mollie API key) for different consumers of the Ecommerce Engine. E.g. Web Frontend, Mobile app, ...
Describe the solution you'd like
A clear and concise description of what you want to happen.
Add a redirectUrl property to the input of the createMolliePaymentIntent mutation. This lets the consumer choose which URL to redirect to after successfully paying on the Mollie website.
Describe alternatives you've considered
Creating multiple payment methods per consumer (apps, web frontends, preview branches,..)
Gets messy fast though, doesnt work for Vercel preview branches.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Relates to vendure-ecommerce#2093. This commit removes redirectUrl from the payment method and lets it get passed via the Shop API createPaymentIntent mutation.
BREAKING CHANGE: `redirectUrl` got removed from the mollie payment method. Consumers of the ecommerce-engine now have to pass `redirectUrl` via the createPaymentIntent mutation.
Is your feature request related to a problem? Please describe.
The current version of the mollie payment plugin requires setting of a
redirectUrl
in the payment method through Admin UI.Currently it's not possible to use one payment method (with one mollie API key) for different consumers of the Ecommerce Engine. E.g. Web Frontend, Mobile app, ...
Describe the solution you'd like
A clear and concise description of what you want to happen.
Add a
redirectUrl
property to the input of thecreateMolliePaymentIntent
mutation. This lets the consumer choose which URL to redirect to after successfully paying on the Mollie website.Describe alternatives you've considered
Creating multiple payment methods per consumer (apps, web frontends, preview branches,..)
Gets messy fast though, doesnt work for Vercel preview branches.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: