Skip to content

Commit

Permalink
Merge pull request #3052 from woocommerce/PCP-4169-hide-duplicate-pay…
Browse files Browse the repository at this point in the history
…-later-for-uk-merchants

Hide duplicate "Pay Later" for UK merchants (4169)
  • Loading branch information
Dinamiko authored Feb 5, 2025
2 parents 3c5c348 + 123c204 commit a164f56
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ const countrySpecificConfigs = {
GB: {
includedMethods: [
{ name: 'PayWithPayPal', Component: PayWithPayPal },
{ name: 'PayLater', Component: PayLater },
{ name: 'PayInThree', Component: PayInThree },
],
},
Expand Down

0 comments on commit a164f56

Please sign in to comment.