Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: Customer completes Google Checkout, no order created in ASPDNSF

  1. #1
    matts8008 is offline Junior Member
    Join Date
    Nov 2009
    Posts
    10

    Default Customer completes Google Checkout, no order created in ASPDNSF

    On our first Google Checkout order, a customer checked out with Google Checkout, but their order was never created in ASPDNSF.

    The transaction was approved by Google and shows up in our Checkout account. Any ideas what happened? This is version 8.0. Second question, what is the best method of entering this order into ASPDNSF?

  2. #2
    Mike The Last Boyscout is offline User
    Join Date
    Nov 2008
    Posts
    254

    Default

    You'll need to log into your Google Checkout account and go to the Integration Console page. There should be errors there from Google telling you what went wrong with those orders (callback failed, timeout, etc). If you can't see what to do to correct the issue after reading those, post one or 2 here with any sensitive info removed and we'll take a look.

  3. #3
    matts8008 is offline Junior Member
    Join Date
    Nov 2009
    Posts
    10

    Default

    We encountered an error trying to access your server at https://www.mysite.com/gcCallback.aspx -- the error we got is sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderE xception: unable to find valid certification path to requested target

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <merchant-calculation-callback xmlns="http://checkout.google.com/schema/2" serial-number="REMOVED">
      <shopping-cart>
        <items>
          <item>
            <item-name>My Item</item-name>
            <item-description>My Description</item-description>
            <quantity>1</quantity>
            <unit-price currency="USD">5.99</unit-price>
          </item>
        </items>
        <merchant-private-data>
          
          
          <CustomerInfo CustomerID="REMOVED" />
          
        
        </merchant-private-data>
        <cart-expiration>
          <good-until-date>2010-03-01T16:28:45.103Z</good-until-date>
        </cart-expiration>
      </shopping-cart>
      <buyer-id>REMOVED</buyer-id>
      <calculate>
        <addresses>
          <anonymous-address id="REMOVED">
            <country-code>US</country-code>
            <postal-code>51537</postal-code>
            <city>Harlan</city>
            <region>IA</region>
          </anonymous-address>
        </addresses>
        <tax>true</tax>
        <shipping>
          <method name="UPS Ground" />
          <method name="UPS 3-Day Select" />
          <method name="UPS 2nd Day Air" />
          <method name="UPS Next Day Air Saver" />
          <method name="UPS Next Day Air Early AM" />
          <method name="UPS Next Day Air" />
          <method name="UPS Worldwide Express" />
          <method name="UPS Worldwide Expedited" />
          <method name="UPS Worldwide Express Plus" />
          <method name="UPS Express Saver" />
        </shipping>
        <merchant-code-strings />
      </calculate>
      <buyer-language>English</buyer-language>
    </merchant-calculation-callback>

  4. #4
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Google doesn't like the SSL cert you're using. They have a list of cert authorities they'll accept. More info here.