I installed and activated the CBSubs PayPal pro gateway plugin. I am running it in test mode but cannot get it to work. I keep getting the following error:
Code:
FAILED
Raw data $response=""
$results=array (
);
$return=array (
'level' => 'spurious',
'errorText' => 'Submitted subscription payment didn\'t return an error but didn\'t complete. Please contact site administrator to check error log.',
'errorCode' => '8888',
);
$request=array (
'METHOD' => 'DoDirectPayment',
'PAYMENTACTION' => 'Sale',
'IPADDRESS' => '74.97.37.243',
'CREDITCARDTYPE' => 'visa',
'ACCT' => 'XXXX XXXX XXXX 4242',
'EXPDATE' => '032023',
'CVV2' => 'XXX',
'EMAIL' => 'sima@signotrust.com',
'FIRSTNAME' => 'Sima',
'LASTNAME' => 'Maya',
'STREET' => '228 Park Ave S #27480',
'CITY' => 'New York',
'STATE' => 'NY',
'COUNTRYCODE' => 'US',
'ZIP' => '10003',
'AMT' => '19.99',
'CURRENCYCODE' => 'USD',
'DESC' => 'Standard for sima',
'BUTTONSOURCE' => 'Joomlapolis_Cart_WPS',
'CUSTOM' => '44',
'INVNUM' => 'U56',
'NOTIFYURL' => 'https://www.mixedtimes.com/index.php?option=com_comprofiler&view=pluginclass&plugin=cbpaidsubscriptions&cbpgacctno=5&cbpbasket=44&do=gw&result=notify&cbpid=cbp57c2767aefba5266866995&format=raw',
'VERSION' => '97.0',
);
$_POST=array (
'cbpnumber' => 'XXXX XXXX XXXX 4242',
'cbpexpmonth' => '3',
'cbpexpyear' => '2023',
'cbpcvv' => 'XXX',
'cbpfirstname' => 'Sima',
'cbplastname' => 'Maya',
'cbpbasket' => '44',
'cbpshopuser' => '20a9cf7f27f6f3d06f482bc4b3a1ab80',
'cbppaymenttype' => '1',
'cbpcardtype' => 'visa',
);
I followed all the steps in the documentation, I spoke to PayPal support, and they told me that all the info (API credentials) I am using is correct and from their end everything should work. They also told me they are not seeing any requests coming in.