Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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.0.0 - xxxx-xx-xx =
* Update - Removes frontend code related to Payment Request Buttons in the checkout page
* Update - Disable Payment Request Buttons and ensure Express Checkout is used when express checkout buttons are enabled
* Dev - Expands the Stripe Order Helper class to handle source ID, refund ID, intent ID, and setup intent ID metas
* Update - Removing the `wc_stripe_is_upe_checkout_enabled` filter, as Legacy Checkout is no longer supported
Expand Down
9 changes: 1 addition & 8 deletions client/blocks/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import {
registerPaymentMethod,
registerExpressPaymentMethod,
} from '@woocommerce/blocks-registry';
import { registerPaymentMethod } from '@woocommerce/blocks-registry';
import stripeCcPaymentMethod from './credit-card';
import paymentRequestPaymentMethod from './payment-request';

// Register Stripe Credit Card.
registerPaymentMethod( stripeCcPaymentMethod );

// Register Stripe Payment Request.
registerExpressPaymentMethod( paymentRequestPaymentMethod );
2 changes: 0 additions & 2 deletions client/blocks/payment-request/apple-pay-preview.js

This file was deleted.

76 changes: 0 additions & 76 deletions client/blocks/payment-request/branded-buttons.js

This file was deleted.

1 change: 0 additions & 1 deletion client/blocks/payment-request/constants.js

This file was deleted.

23 changes: 0 additions & 23 deletions client/blocks/payment-request/custom-button.js

This file was deleted.

215 changes: 0 additions & 215 deletions client/blocks/payment-request/event-handlers.js

This file was deleted.

Loading
Loading