Hello,
I've set a paypal sandbox test users to check the payment plugin. After a successful payment the original site does not move further, but only shows the following message:
"We are processing your payment, if it did not finish in a few seconds, please contact us"
and stays as it is.
At the same time I receive a debug mail :
array (
'extra' => 'user,21|itemid,3|email,123@123|amount,3|random,770',
'mc_gross' => '3.00',
'protection_eligibility' => 'Ineligible',
'address_status' => 'confirmed',
'payer_id' => 'GRAC9Q3XQ78XA',
'address_street' => 'ESpachstr. 1',
'payment_date' => '10:13:23 Feb 11, 2018 PST',
'payment_status' => 'Pending',
'charset' => 'windows-1252',
'address_zip' => '79111',
'first_name' => 'Lyubo',
'address_country_code' => 'DE',
'address_name' => 'Lyubo Minchev',
'notify_version' => '3.8',
'custom' => 'user,21|itemid,3|email,123@123|amount,3|random,770',
'payer_status' => 'unverified',
'address_country' => 'Germany',
'address_city' => 'Freiburg',
'quantity' => '1',
'verify_sign' => 'ALxGJYdzDSvPgFHgC84ph2vBgxZUAwn9.eMqWp-N8gz-7.k75FwuYAIU',
'payer_email' => 'test2@muzikalnik.com',
'txn_id' => '7P5784144H8732827',
'payment_type' => 'instant',
'last_name' => 'Minchev',
'address_state' => 'Empty',
'receiver_email' => '123@123',
'pending_reason' => 'unilateral',
'txn_type' => 'web_accept',
'item_name' => 'Pay fee 3.00EUR for item 3',
'mc_currency' => 'EUR',
'item_number' => '901x2x3',
'residence_country' => 'DE',
'test_ipn' => '1',
'transaction_subject' => '',
'payment_gross' => '',
'ipn_track_id' => '904ce17ce7',
)\n\n ---------------- \n\ncmd=_notify-validate&mc_gross=3.00&protection_eligibility=Ineligible&address_status=confirmed&payer_id=GRAC9Q3XQ78XA&address_street=ESpachstr.+1&payment_date=10%3A13%3A23+Feb+11%2C+2018+PST&payment_status=Pending&charset=windows-1252&address_zip=79111&first_name=Lyubo&address_country_code=DE&address_name=Lyubo+Minchev¬ify_version=3.8&custom=user%2C21%7Citemid%2C3%7Cemail%2Clyubomir%40minchev.bg%7Camount%2C3%7Crandom%2C770&payer_status=unverified&address_country=Germany&address_city=Freiburg&quantity=1&verify_sign=ALxGJYdzDSvPgFHgC84ph2vBgxZUAwn9.eMqWp-N8gz-7.k75FwuYAIU&payer_email=test2%40muzikalnik.com&txn_id=7P5784144H8732827&payment_type=instant&last_name=Minchev&address_state=Empty&receiver_email=123%40123&pending_reason=unilateral&txn_type=web_accept&item_name=Pay+fee+3.00EUR+for+item+3&mc_currency=EUR&item_number=901x2x3&residence_country=DE&test_ipn=1&transaction_subject=&payment_gross=&ipn_track_id=904ce17ce7
I'v set a German account to test the Euro currency. That is the reason paypal site is dispayed in German language. Unfortunately paypal does not support BGN at all...
Any idea what could be the issue ?