Skip to content

Commit

Permalink
Merge pull request #2397 from woocommerce/PCP-3348-extend-advanced-ca…
Browse files Browse the repository at this point in the history
…rd-processing-country-eligibility

Extend Advanced Card Processing country eligibility (3348)
  • Loading branch information
Dinamiko authored Jul 15, 2024
2 parents 925480b + 70e9e95 commit 65aa05f
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 0 deletions.
28 changes: 28 additions & 0 deletions modules/ppcp-api-client/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,30 @@
'TWD',
'USD',
),
'CN' => array(
'AUD',
'BRL',
'CAD',
'CHF',
'CZK',
'DKK',
'EUR',
'GBP',
'HKD',
'HUF',
'ILS',
'JPY',
'MXN',
'NOK',
'NZD',
'PHP',
'PLN',
'SEK',
'SGD',
'THB',
'TWD',
'USD',
),
'CY' => array(
'AUD',
'BRL',
Expand Down Expand Up @@ -1416,6 +1440,10 @@
'visa' => array(),
'amex' => array(),
),
'CN' => array(
'mastercard' => array(),
'visa' => array(),
),
'CY' => array(
'mastercard' => array(),
'visa' => array(),
Expand Down
24 changes: 24 additions & 0 deletions modules/ppcp-card-fields/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,30 @@
'TWD',
'USD',
),
'CN' => array(
'AUD',
'BRL',
'CAD',
'CHF',
'CZK',
'DKK',
'EUR',
'GBP',
'HKD',
'HUF',
'ILS',
'JPY',
'MXN',
'NOK',
'NZD',
'PHP',
'PLN',
'SEK',
'SGD',
'THB',
'TWD',
'USD',
),
'CY' => array(
'AUD',
'BRL',
Expand Down
24 changes: 24 additions & 0 deletions modules/ppcp-save-payment-methods/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,30 @@
'TWD',
'USD',
),
'CN' => array(
'AUD',
'BRL',
'CAD',
'CHF',
'CZK',
'DKK',
'EUR',
'GBP',
'HKD',
'HUF',
'ILS',
'JPY',
'MXN',
'NOK',
'NZD',
'PHP',
'PLN',
'SEK',
'SGD',
'THB',
'TWD',
'USD',
),
'CY' => array(
'AUD',
'BRL',
Expand Down

0 comments on commit 65aa05f

Please sign in to comment.