-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce separate flow to handle subscription change payment method …
…requests for deferred intents (#3539) * Introduce separate change payment method flow for deferred intents * Tell subscriptions to not update the payment method until after we've created/confirmed the deferred intent * Remove the current change payment method handling inside the process_payment function * Change some UPE methods to protected/public to be used inside the subs trait and intent controller * Update confirm_change_payment_from_setup_intent_ajax() to support new change payment flow for 3DS cards * Add changelog entries * Fix small typos in comments * Send the confirm_change_payment ajax request to process subscription payment method changes after completing CashApp * Revert change to return url --------- Co-authored-by: James Allan <[email protected]>
- Loading branch information
1 parent
3a2931b
commit ff7a1f5
Showing
6 changed files
with
182 additions
and
27 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
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