Skip to content

Commit

Permalink
Remove payment method descriptions from express and fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunvijwani committed Feb 16, 2024
1 parent bdfc18c commit db387c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ describe( 'paymentMethodDataReducer', () => {
availableExpressPaymentMethods: {
'my-new-method': {
name: 'My New Method',
description: 'A new way to pay quickly.',
},
},
paymentMethodData: {},
Expand Down Expand Up @@ -207,11 +206,9 @@ describe( 'paymentMethodDataReducer', () => {
availableExpressPaymentMethods: {
'my-new-method': {
name: 'My New Method',
description: 'A new way to pay quickly.',
},
'my-other-method': {
name: 'My Other Method',
description: 'Another payment option for convenience.',
},
},
paymentMethodData: {},
Expand Down Expand Up @@ -245,7 +242,6 @@ describe( 'paymentMethodDataReducer', () => {
availableExpressPaymentMethods: {
'my-other-method': {
name: 'My Other Method',
description: 'Another payment option for convenience.',
},
},
paymentMethodData: {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Significance: minor
Type: fix

Fix the removal of the express payment method from the state.
Fixed a bug where express payment methods could not be removed from the wc/store/payment data store.

0 comments on commit db387c8

Please sign in to comment.