Skip to content
Merged
Show file tree
Hide file tree
Changes from 13 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 =
* Dev - Removes frontend code related to Payment Request Buttons in the checkout page
* Update - Removing the `wc_stripe_is_upe_checkout_enabled` filter, as Legacy Checkout is no longer supported
* Dev - Upgrades `jest` to version 29.7.0, `@wordpress/scripts` to 26.19.0, and adds `axios`(version 1.12.2) to the JavaScript development dependencies
* Update - Shows the Stripe account connection modal in settings when the merchant did not connect via OAuth along with a new notice
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