Hi
I am having problems with Paypal modules.
1. Trying to use Paypal IPN which seems to work okay if you already have an account set up - but if you want to pay by card you get the following error:
"Your session has timed out, please log in again"
Initially I never followed all the instruction and missed out the bit about amending the shop account. Hving done that I still have the same error message and I can not see what is wrong - any ideas?
2. Having got annoyed with PayPal IPN - I tried Paypal express and installed it as per the instructions. This now gets to the very end and says it is unable to completed the transaction. I ran the debug script and as far as I can see this is the fault:
Which I read as a fault in the country selection but that is correct as UK - anyone got any ideas ?
Request Headers: array (
0 => 'Content-Type: text/namevalue',
1 => 'X-VPS-Timeout: 45',
2 => 'X-VPS-VIT-Client-Type: PHP/cURL',
3 => 'X-VPS-VIT-Integration-Product: PHP::Zen Cart WPP-NVP',
4 => 'X-VPS-VIT-Integration-Version: 0.1',
)
Request Parameters: array (
'ITEMAMT' => '0.01',
'SHIPPINGAMT' => '0.84',
'AMT' => '0.85',
'L_NUMBER0' => '0',
'L_QTY0' => '1',
'L_NAME0' => 'A Widget for Testing',
'L_AMT0' => '0.01',
'L_TAXAMT0' => '0.00',
'SHIPTONAME' => 'John White',
'SHIPTOSTREET' => '16 Mill Hill Close',
'SHIPTOSTREET2' => '',
'SHIPTOCITY' => 'Shoreham by Sea',
'SHIPTOSTATE' => 'West Sussex',
'SHIPTOZIP' => 'BN43 5TP',
'SHIPTOCOUNTRY' => '',
'BUTTONSOURCE' => 'ZenCart-EC_us',
'TOKEN' => 'EC-25U4802********',
'PAYERID' => '5NUH7*********',
'PAYMENTACTION' => 'Sale',
'NOTIFYURL' => 'http://ttlntl.co.uk/shop/ipn_main_handler.php',
'METHOD' => 'DoExpressCheckoutPayment',
'CURRENCYCODE' => 'GBP',
'USER' => 'john_api1.ttlshop.co.uk',
'PWD' => '****************',
'VERSION' => '2.3',
'SIGNATURE' => '****************************************************RmhD',
)
Response: array (
'ACK' => 'Failure',
'L_ERRORCODE0' => '81210',
'L_SHORTMESSAGE0' => 'Invalid Parameter',
'L_LONGMESSAGE0' => 'Country : Invalid Parameter',
'L_SEVERITYCODE0' => 'Error',
Failing that is there someone who could have a quick look at it for if I pm all the necessary details?
John



