-
-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactoring of Payment methods #323
Comments
mariofusco
added a commit
to mariofusco/alf.io
that referenced
this issue
Mar 30, 2018
syjer
pushed a commit
that referenced
this issue
Apr 2, 2018
cbellone
added a commit
that referenced
this issue
Nov 12, 2018
syjer
pushed a commit
that referenced
this issue
Nov 12, 2018
* #323 Refactoring of Payment methods - TODO fix tests (cherry picked from commit d03d5b1) * initial work for fixing up the tests (cherry picked from commit ff0de70) * #323: fix tests * #323 - fix stripe * PayPal manager * fix code after merge * fix typo * add capabilities * integrate stripe checkout * #323 - first draft of JS Api
syjer
added a commit
that referenced
this issue
Nov 12, 2018
cbellone
added a commit
that referenced
this issue
Nov 13, 2018
cbellone
added a commit
that referenced
this issue
Nov 19, 2018
cbellone
added a commit
that referenced
this issue
Nov 20, 2018
cbellone
added a commit
that referenced
this issue
Nov 21, 2018
the initial implementation should be done. We'll complete the refactoring once we modify the public / admin UI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we are identifying each payment method with the corresponding provider.
This could be sometimes confusing for the users: while it's always clear what payment method provides PayPal, this is not the case for Stripe or Mollie.
We should let the organizers enable the desired payment method, and then decide which provider to use for each of them.
E.g.:
Payment method: Credit Card
Provider: Stripe, Mollie
The text was updated successfully, but these errors were encountered: