Totally Zenned
- Join Date:
- Apr 2013
- Posts:
- 568
- Plugin Contributions:
- 0
Module disabled due to zone restriction.
I am using ZC155d, green classic responsive template
I had three Swiss customers rejected by PayPal during the payment process "due to zone restriction".
I tried ordering myself via PayPal on my live site using my Swiss details and it worked OK.
I have selected the same payment zone for Braintree as I used successfully for several years with the built in Paypal express module, the payment zone includes Switzerland and all the West Europe countries
Here is a typical zen cart log message;
Sep-02-2017 23:20:54 (1504387254)
update_status
Module disabled due to zone restriction. Billing address is not within the Payment Zone selected in the module settings.
Anybody know where does this 150xxxx number come from? Is it a PayPal number and can I trace it somehow?
First time today I saw a PHP warning
[05-Sep-2017 15:54:05 Europe/Zurich] Request URI: /catalog/[admin]/orders.php?page=1&oID=1238&action=edit, IP address: xx.xx.xx.xx
#1 braintree_api->update_status() called at [/home/httpd/vhosts/simmar.ch/httpdocs/catalog/includes/modules/payment/braintree_api.php:83]
#2 braintree_api->braintree_api() called at [/home/httpd/vhosts/simmar.ch/httpdocs/catalog/[admin]/orders.php:427]
[05-Sep-2017 15:54:05 Europe/Zurich] PHP Warning: Illegal string offset 'id' in /home/httpd/vhosts/simmar.ch/httpdocs/catalog/includes/modules/payment/braintree_api.php on line 132The PHP code around line 132 is
$sql = $db->bindVars($sql, ':zoneId', $this->zone, 'integer');
$sql = $db->bindVars($sql, ':countryId', $order->billing['country']['id'], 'integer');
$check = $db->Execute($sql);Thanks for any ideas