forked from dj-stripe/dj-stripe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Payment Intent and Checkout Session (SCA, EU Regulations) (dj-stripe#914
) Add models and functionalities to support SCA regulations (https://stripe.com/docs/strong-customer-authentication/migration) New Models: * Payment Method * Setup Intent * Payment Intent * Checkout Also, extra changes to support model additions such as: * Update Subscriptions with new `pending_setup_intent` field * Rename property payment_methods for Customer object to solve conflict: Due to addition of new Payment Method model, there has been a conflict in the name of property `payment_methods` on Customer object, hence the required name change. * Update migrations and test fixtures. * Add `Charge.payment_intent` + test fixture This resolves dj-stripe#803, dj-stripe#897 Co-authored-by: Ayush Tiwari <[email protected]> Co-authored-by: John Carter <[email protected]> Co-authored-by: Aymeric Derbois <[email protected]>
- Loading branch information
1 parent
482a9d2
commit 23ab857
Showing
35 changed files
with
2,357 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.