Skip to content

Commit

Permalink
💬 Fix the fees for Expanded Checkout options
Browse files Browse the repository at this point in the history
  • Loading branch information
stracker-phil committed Feb 7, 2025
1 parent 592e9cb commit 5682cda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/ppcp-settings/resources/js/utils/countryPriceInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ export const countryPriceInfo = {
checkout: 3.49,
plater: 4.99,
ccf: {
percentage: 2.59,
percentage: 2.89,
fixedFee: 0.29,
},
dw: {
percentage: 2.59,
percentage: 2.89,
fixedFee: 0.29,
},
apm: {
percentage: 2.89,
fixedFee: 0.29,
},
fast: {
percentage: 2.59,
percentage: 2.89,
fixedFee: 0.29,
},
standardCardFields: 2.99,
Expand Down

0 comments on commit 5682cda

Please sign in to comment.