Jump to content

Google Wallet Api Problem


Recommended Posts

Continue to receive error message from Google Wallet and the error below. I've double checked my settings both in Wallet and my store - they match and so does the call-back - can't understand why I keep getting this message:

 

We've made several unsuccessful attempts to send order notifications to your notification callback URL, https://compactcampingconcepts.com/Store/modules/gcheckout/validation.php As a result, you aren't receiving order status, risk, or other notifications.

To help you identify the issue with your callback URL, please review the errors we encountered while sending notifications to you. To review this error information:

  1. Sign in to Google Checkout.
  2. Click on the Tools tab.
  3. Click Integration Console.

 

Error messages will appear under 'Integration Issues.' If necessary, you can also update your callback URL in the 'API callback URL' box on the same page.

 

For more information about receiving notifications via the notification API, visit http://code.google.com/apis/checkout/developer/index.html#notification.

 

 

This is the error log for an order of which I did not receive notice from PrestaShop:

 

<?xml version="1.0" encoding="UTF-8"?>

<risk-information-notification xmlns="http://checkout.google.com/schema/2" serial-number="801447095196302-00005-5">

<timestamp>2011-11-27T23:51:40.940Z</timestamp>

<risk-information>

<ip-address>75.95.12.224</ip-address>

<billing-address>

<contact-name>miguel </contact-name>

<company-name></company-name>

<address1></address1>

<address2></address2>

<email></email>

<phone></phone>

<fax></fax>

<country-code>US</country-code>

<city>lighthouse point</city>

<region></region>

<postal-code>33064</postal-code>

</billing-address>

<avs-response>Y</avs-response>

<cvn-response>M</cvn-response>

<eligible-for-protection>true</eligible-for-protection>

<partial-cc-number>3350</partial-cc-number>

<buyer-account-age>762</buyer-account-age>

</risk-information>

<google-order-number></google-order-number>

</risk-information-notification>

(I removed customer information)

 

My store settings:

 

Server information

Prestashop version: 1.4.6.2

Server information: Linux #20 SMP Fri Dec 9 01:19:18 CST 2011 i686

Server software version: Apache mod_qos/9.69 mod_fcgid/2.3.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635

PHP version: 5.2.17

MySQL version: 5.1.56

 

 

Store information

 

Shop URL: https://compactcampi...epts.com/Store/

Current theme in use: net132

 

 

Mail configuration

 

Mail method: You are using your own SMTP parameters.

SMTP server: localhost

SMTP user: Defined

SMTP password: Defined

Encryption: ssl

Port: 465

 

 

Your information

 

Your web browser: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; WOW64; Trident/5.0; BOIE9;ENUS)

 

Check your configuration

Required parameters: OK

Optional parameters: OK

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

HI

 

I had the same problem and solved it, I think it's something to do with php over cgi on apache or something like that, a bit over my head if I'm honest, however from the info I gleaned for here there is a file if you are using 1.4.7 (i think it's that version) named htaccessBuginFormation.php in the modules--->gcheckout folder, I copy and pasted it and renamed it .htaccess (leaving it in the gcheckout folder) and it solved the issue. It is on the forum somewhere but cant seem to find it again.

 

 

Hope that help

 

Chris

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

where can one find the " a file if you are using 1.4.7 (i think it's that version) named htaccessBuginFormation.php in the modules--->gcheckout folder"?

 

HI I had the same problem and solved it, I think it's something to do with php over cgi on apache or something like that, a bit over my head if I'm honest, however from the info I gleaned for here there is a file if you are using 1.4.7 (i think it's that version) named htaccessBuginFormation.php in the modules--->gcheckout folder, I copy and pasted it and renamed it .htaccess (leaving it in the gcheckout folder) and it solved the issue. It is on the forum somewhere but cant seem to find it again. Hope that help Chris

 

where can one find the " a file if you are using 1.4.7 (i think it's that version) named htaccessBuginFormation.php in the modules--->gcheckout folder"?

Link to comment
Share on other sites

×
×
  • Create New...