I am still very new to Zen Cart, please bear with me. I am getting the "Shipping Address Country Empty" error even though I am on the latest version of zencart - version 1.3.7.1. I have set up paypal express and I am testing the payment module using sandbox
Here is the debug file:
function: before_process() - Express Checkout
Value List:
array (
'ITEMAMT' => '25.00',
'SHIPPINGAMT' => '2.50',
'AMT' => '27.50',
'L_NUMBER0' => '0',
'L_QTY0' => '1',
'L_NAME0' => 'Who's got my bone? bath towel
Message 1: test
Text Colour: Red
Font Style: Kids Only',
'L_AMT0' => '25.00',
'L_TAXAMT0' => '0.00',
'SHIPTONAME' => 'Mary John',
'SHIPTOSTREET' => '320 Cricklewood Lane',
'SHIPTOSTREET2' => 'London',
'SHIPTOCITY' => 'london',
'SHIPTOSTATE' => '',
'SHIPTOZIP' => 'NW2 2QE',
'SHIPTOCOUNTRY' => '',
'BUTTONSOURCE' => 'ZenCart-EC_us',
'TOKEN' => 'EC-4CT827013P008064K',
'PAYERID' => 'YWDGQHWELHKJY',
'PAYMENTACTION' => 'Sale',
'NOTIFYURL' =>
'http://www.candycherub.com/candyshop/ipn_main_handler.php',
'METHOD' => 'DoExpressCheckoutPayment',
'CURRENCYCODE' => 'GBP',
'USER' => 'sell_1195050329_biz_api1.candycherub.com',
'PWD' => '****************',
'VERSION' => '2.3',
'SIGNATURE' => '****************************************************2R2r',
)
Response:
Array
(
[TIMESTAMP] => 2007-11-18T22:10:38Z
[CORRELATIONID] => eb29b188781a1
[ACK] => Failure
[L_ERRORCODE0] => 10731
[L_SHORTMESSAGE0] => Shipping Address Country Empty
[L_LONGMESSAGE0] => The field Shipping Address Country is required
[L_SEVERITYCODE0] => Error
[VERSION] => 2.300000
[BUILD] => 1.0006
)
Thanks for any help!




