This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial node.js udpdates to include BECS AU including support for multi-currency which was a dependency * Update to remove multi-currency drop down and auto change currency on Australia country select to allow AU BECS debit * Incorporating changes to address review comments * Added au_becs_debit to the env example file * Adding Przelewy24 to Stripe Payments Demo (#143) Adding P24 with PaymentIntents to Stripe Payments Demo - Added P24 availability to `.env.example`, Node and PHP configs - Added P24 handler and config to `payments.js` - Added P24 section to `index.html` - Added error handling for `requires_payment_method` - Added last payment error message to error handler * Publish "last payment error" from each backend server (#146) * Add `last_payment_error` to golang backend * Add `last_payment_error` to Ruby backend * Add `last_payment_error` to Python backend * Add `last_payment_error` to PHP backend * Add `last_payment_error` to Java backend * Add Bancontact, EPS and Giropay PaymentIntent integrations (#147) * added p24 back to .env.example file * Resolved missed merge updates for server/go/app.go * Cleaned up code as per the changes recommended by willock's review * fixed missed rebase merge * Renamed functions, removed update_error variable, formatting updates Co-authored-by: James Willock <[email protected]>
- Loading branch information
1 parent
99a46e2
commit c6cb284
Showing
16 changed files
with
369 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ typings/ | |
|
||
# serverless | ||
serverless/ | ||
.vscode/launch.json |
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.