Hi All,
I am trying to integrate and utilize the basic functionality for
"Google Wallet" for my web2py app and following the instructions given in
the online book. I've my own merchant ID and I have registered with
Google. but the problem is that it does not seem to initialize the widget
on the HTML page. It just shows and placeholder and when I click on it, it
shows below err -
404. That’s an error.
The requested URL /api/checkout/v2/checkoutForm/Merchant/<merchantID> was
not found on this server. That’s all we know.
*Code in the view *- (Ofcourse merchant_id I used the one google provided
me. )
{{from gluon.contrib.google_wallet import button}}
{{=button(merchant_id="123456789012345",
products=[dict(name="shoes",
quantity=1,
price=23.5,
currency='USD',
description="running shoes black")])}}
I am using web2py version 2.15.3 - Any help/pointers for this would be greatly
appreciated. Does the code need to be updated or changed ?
Regards, Rahul
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.