-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Remove Braintree #2424
Remove Braintree #2424
Conversation
2113849
to
d79d568
Compare
0d4def9
to
5f7e8ca
Compare
:email_about_confirm_reminders, | ||
:email_about_testimonial_reminders, | ||
:email_about_completed_transactions, | ||
:email_about_new_payments, | ||
:email_about_payment_reminders, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this only about postpay too? There's payments in every flow, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No wait, I get it, in prepay there's no tx process without payment.
f1f474f
to
6e51d06
Compare
# Deprecated adapters. | ||
# We need these to be here, otherwise reading the old transactions will fail | ||
checkout: TransactionService::Gateway::FreeAdapter.new, | ||
braintree: TransactionService::Gateway::FreeAdapter.new, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you think about solving this at the origin of the failure instead of providing fake adapters?
TODO