Hi
I’m using magento 2.0.5 version.
Using live paypal account.
After submitting credit card details there is no response.
In inspect and check the submit action in the network.
-
call : set-payment-information : return : true
-
requestSecureToken/ : return : return : {“payflowpro”:{“fields”:{“result”:“0”,“securetoken”:“XN0EtqbTdAkGjeijQjA4Ragdt”,“securetokenid”:“80e5ce6c085c57282b6a4a430e9b42e1”,“respmsg”:“Approved”,“result_code”:“0”}},“success”:true,“error”:false}
-
payflowlink.paypal.com : return : response like html page :
Some required information is missing or incorrect. Please correct the fields below and try again.<div class="messageBox error"> <div> <p> Some required information is missing or incorrect. Please correct the fields below and try again. </p> <ul> <li> Error: Merchant Design Identification Error.</li> </ul> </div>
Help me…