-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ACSS payment method and refactor payment processing with deferred…
… intent (#3805) * PoC: Add ACSS Debit payment method * Work around deferred intents * Changes required for ACSS * Some code cleanup for ACSS * Only mount UPE when the payment element is selected on the classic checkout * Refactor create intent and mandate options * Refactor payment processing * Cleanup * Fix PHP lint issue * Fix JS lint errors * Fix PHP unit tests * Fix missing customer and metadata from PI * Standardizing feature flag condition in direct debit PMs * Fix icon * Add tests / Fix tests * Handle "payment_intent.processing" webhooks. * Add unit test to payment_intent.processing * Add ifs for better coverage * Fix PHP lint issue * Update client/stripe-utils/utils.js Co-authored-by: César Costa <10233985+cesarcosta99@users.noreply.github.com> * Update includes/class-wc-stripe-intent-controller.php Co-authored-by: César Costa <10233985+cesarcosta99@users.noreply.github.com> * Fix restrict payment method to country * Add link to issue for "wc-stripe-is-deferred-intent" --------- Co-authored-by: Wesley Rosa <wesleyjrosa@gmail.com> Co-authored-by: César Costa <10233985+cesarcosta99@users.noreply.github.com>
- Loading branch information
1 parent
fd2a7bb
commit 4a17680
Showing
19 changed files
with
391 additions
and
99 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
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.