Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*** Changelog ***

= 10.1.0 - xxxx-xx-xx =
* Update - Remove `redirect_url` parameter from ECE payment flow
* Update - Renames and migrates all Payment Request Buttons settings to Express Checkout
* Dev - Upgrades `@automattic/interpolate-components` to 1.2.1 to remove the `node-fetch` dependency
* Add - Includes a notice to inform merchants about methods that are automatically enabled upon account connection
Expand Down
5 changes: 0 additions & 5 deletions client/express-checkout/payment-flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ export const handleConfirmationTokenFlow = async ( {
// Create a ConfirmationToken that we can use later to create and confirm the payment intent.
const { error, confirmationToken } = await stripe.createConfirmationToken( {
elements,
params: {
// Required by Amazon Pay, but is not used by express checkout
// as it uses a payment modal instead of redirection.
return_url: window.location.href,
},
} );

if ( error ) {
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o
== Changelog ==

= 10.1.0 - xxxx-xx-xx =
* Update - Remove `redirect_url` parameter from ECE payment flow
* Update - Renames and migrates all Payment Request Buttons settings to Express Checkout
* Dev - Upgrades `@automattic/interpolate-components` to 1.2.1 to remove the `node-fetch` dependency
* Add - Includes a notice to inform merchants about methods that are automatically enabled upon account connection
Expand Down
Loading