Skip to content

Commit

Permalink
PayPal Credit UK, PFW-262
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Oct 7, 2018
1 parent 2a4947b commit 6a6190a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function __construct($version) {
if ($this->testmode == false) {
$this->testmode = AngellEYE_Utility::angelleye_paypal_for_woocommerce_is_set_sandbox_product();
}
if (substr(get_option("woocommerce_default_country"), 0, 2) == 'US') {
if (substr(get_option("woocommerce_default_country"), 0, 2) == 'US' || substr(get_option("woocommerce_default_country"), 0, 2) == 'GB') {
$this->is_paypal_credit_enable = true;
} else {
$this->is_paypal_credit_enable = false;
Expand Down

0 comments on commit 6a6190a

Please sign in to comment.