Feature request from pynej, posted on GitHub May 05, 2016
We have everything configured and can see the approval response from PayFlow in the debug log, but the fronted/spiny wheel never goes away an no order is ever created.
No errors or the logs or in the browser console.
Here is the approval response in the log:
'request' =>
array (
'user' => '****',
'vendor' => '****',
'partner' => '****',
'pwd' => '****',
'verbosity' => 'HIGH',
'BNCODE' => 'Magento_Cart_Community',
'tender' => 'C',
'trxtype' => 'A',
'amt' => 0,
'createsecuretoken' => 'Y',
'securetokenid' => '108d7c2cecc18c90046869377181****',
'returnurl' => 'https://crowehorwath.superior.org/paypal/transparent/response/',
'errorurl' => 'https://crowehorwath.superior.org/paypal/transparent/response/',
'cancelurl' => 'https://crowehorwath.superior.org/paypal/transparent/cancel/',
'disablereceipt' => 'TRUE',
'silenttran' => 'TRUE',
'firstname' => 'Jeremy',
'lastname' => 'Pyne',
'street' => '****',
'city' => 'Kentwood',
'state' => 'MI',
'zip' => '49512',
'country' => 'US',
'email' => 'jpyne@****',
'shiptofirstname' => 'Jeremy',
'shiptolastname' => 'Pyne',
'shiptostreet' => '****',
'shiptocity' => 'Kentwood',
'shiptostate' => 'MI',
'shiptozip' => '49512',
'shiptocountry' => 'US',
),
'result' =>
array (
'result' => '0',
'securetoken' => 'Plgu0x5uu60Krhc0Km3IL****',
'securetokenid' => '108d7c2cecc18c90046869377181****',
'respmsg' => 'Approved',
'result_code' => '0',
),
I'v tried in test and production, with precompiled code and without, in developer mode and production. No luck and no errors anywhere.
Running Magento 2.0.4, Apache 2.4, PHP 5.6.20.