-
-
Notifications
You must be signed in to change notification settings - Fork 729
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 stripe decorator #8071
Remove stripe decorator #8071
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8071 +/- ##
===========================================
- Coverage 93.21% 23.10% -70.12%
===========================================
Files 645 571 -74
Lines 18161 20861 +2700
===========================================
- Hits 16928 4819 -12109
- Misses 1233 16042 +14809
Continue to review full report at Codecov.
|
If the response has `nil` for `gateway_payment_profile_id` or `gateway_customer_profile_id`, but we've already stored those, don't overwrite the existing values
c79e07c
to
6807d86
Compare
6807d86
to
0f3bcc6
Compare
@Matt-Yorkley do you know if we still need this PR after your refactoring? In any case, shall this PR be closed? |
The original issue #7326 is still valid, the decorator is still in place. I think we can close this PR for now though 👍 |
What? Why?
Closes #7326
As part of refactoring and proactively debugging our Stripe integration, we'd like to stay as close as possible to the officially supported ActiveMerchant code.
What should we test?
This will need a thorough testing of all payment areas
Release notes
Removed the Stripe decorator to realign OFN with the officially supported ActiveMerchant code
Changelog Category: Technical changes
Dependencies
Documentation updates