Closed GoogleCodeExporter closed 9 years ago
When you say new features, is this from the June 28th release on?
Original comment by joseph.f...@gmail.com
on 1 Sep 2007 at 10:16
New features = features released mid-September 2007 onwards.
Original comment by martin.o...@gmail.com
on 1 Sep 2007 at 11:27
Both cart posts and order-processing commands are affected. My previous post
was wrong.
Example of old URL (prod):
https://checkout.google.com/cws/v2/Merchant/1234567890/request
https://checkout.google.com/cws/v2/Merchant/1234567890/checkout
Example of old URL (sandbox):
https://sandbox.google.com/checkout/cws/v2/Merchant/1234567890/request
https://sandbox.google.com/checkout/cws/v2/Merchant/1234567890/checkout
New URL format:
/api/checkout/v2/<command>/Merchant/<merchant id>
Example of new URL (production):
Commands:
https://checkout.google.com/api/checkout/v2/request/Merchant/1234567890
Cart Post: https://checkout.google.com
/api/checkout/v2/checkout/Merchant/1234567890
Example of new URL (Sandbox)
Commands:
https://sandbox.google.com/checkout/api/checkout/v2/request/Merchant/1234567890
Cart Post:
https://sandbox.google.com/checkout/api/checkout/v2/checkout/Merchant/1234567890
Original comment by moman...@google.com
on 6 Sep 2007 at 5:03
I will add these changes over the next few days.
Original comment by joseph.f...@gmail.com
on 4 Oct 2007 at 12:39
Code has been updated, Revision 140
Original comment by joseph.f...@gmail.com
on 5 Oct 2007 at 4:23
Original issue reported on code.google.com by
martin.o...@gmail.com
on 1 Sep 2007 at 8:44