Hy,
The global paypal will not working for my site.
I have tested all settings. Direct, IPN, PTN. SSL or HTML, nothing will work.
All what i see is : NO DATA GIVEN.
When i come back from paypal sandbox: i come on this page:
So, i have check the file BxPmtPayPal.php
Here i found on line 91 this:
function finalizeCheckout(&$aData)
{
if($aData['txn_type'] == 'web_accept')
return $this->_registerCheckout($aData);
return array('code' => 2, 'message' => _t('_payment_pp_err_no_data_given'));
}
Here enter the script: BUT $aData['txn_type'] is not given.
And the another variables are unkown too.
Why it dont work???