Announcement

Collapse
No announcement yet.

Google checkout callback URLs confusion

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Google checkout callback URLs confusion

    After I installed google checkout , i am looking at integration at google checkout

    API callback URL: ->
    https://www . fragranceocean . com/mm5/graphics/00000001/google/google.mvc?Store_Code=FO

    and i am also looking google module in miva admin portal, there also it says

    API Callback URL:
    https://www .fragranceocean. com/mm5/graphics/00000001/google/google.mvc?Store_Code=FO

    1. are they right URLS?
    i know, google module is -->
    /mm5/5.00/modules/payment/google_checkout5.mvc

    if it isn't right, what i shud put in google website and my miva admin portal.
    API callback URL isn't editable in MIVA admin portal.

    2. I am getting this weird error in basket page -->
    -------------------------------------------------
    Fatal error in /mm5/5.00/modules/payment/google_checkout5.mvc @ [00000059:00000036]: modules/payment/google_checkout5.mv: Line 2272: Unresolved call to external function 'crypto_hmac_sha1'
    -----------------------------------------------------
    any idea?
    ...Ashish
    Webmaster - http://www.FragranceOcean.com

    #2
    Re: Google checkout callback URLs confusion

    Well, i got my answers when i read more in all google-group for miva.

    Unresolved call to external function 'crypto_hmac_sha1' --> solved by editing miva.conf file

    this is the change...

    SetEnv MvCONFIG_DIR_BUILTIN /var/www/cgi-bin/mivavm-v5.06/lib/builtins
    #SetEnv MvCONFIG_DIR_BUILTIN /usr/local/miva/lib/builtins

    after changing this, and restarting VPS, i got google checkout button displayed.
    ...Ashish
    Webmaster - http://www.FragranceOcean.com

    Comment


      #3
      Re: Google checkout callback URLs confusion

      just for the sake of clarification to anyone coming after - as i understand it the google module creates the additional mvc on the fly. then it deposits it into the graphics directory, that being the correct url even though the module is in the modules directory.

      We are still having issues with the urls, so if anyone can clarify again, that would be nice.
      thanks
      Suzanne

      __________________________________________________ _______

      aGenius Marketing
      800-768-2693
      Web Design & e-Commerce
      __________________________________________________ _______

      Comment


        #4
        Re: Google checkout callback URLs confusion

        Originally posted by agenius
        just for the sake of clarification to anyone coming after - as i understand it the google module creates the additional mvc on the fly. then it deposits it into the graphics directory, that being the correct url even though the module is in the modules directory.

        We are still having issues with the urls, so if anyone can clarify again, that would be nice.
        thanks
        yes, file will be created in graphics dir.. and it's kind of hardcoded. So don't bother to try to change this loc.

        After all installations r done and configured, u hav to make sure, google.mvc file exists. If doesn't then u got problem. I am still trying to find out..
        ...Ashish
        Webmaster - http://www.FragranceOcean.com

        Comment

        Working...
        X