Hi All,
I am facing an issue in integrating Website Payments Standard with my shopping cart.
I had integrated Paypal Website Payments Standard with my shopping cart in past and it was working fine till 2-3 months back.
But now, I am getting the error 'We were unable to decrypt the certificate id' when I attempt to 'Confirm Order' from my shopping cart (in normal case it should send me on paypal.com with my shopped items details, amount, shipping etc on the paypal site).
On googling, I got an answer for checking the new line character in certificate code (encrypted) while sending it to the paypal using html form and post method.
But to my surprise when I checked the code I didnt find any encrypted certificate code in my hidden html form fields.
The code is shown below -
<td> </td>
<td style="padding-top:8px;" align="right">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----
-----END PKCS7------">
<input id="alert2" type="image" value="Confirm Order" alt="Confirm Order" src="includes/languages/english/images/buttons/button_confirm_order.gif" />
</td>
But earlier it was there.
Can you please figure what might be the issue?
Thanks in advance for your help.
rashish