Home | Trees | Indices | Help |
---|
|
Gchecky provides an abstraction layer between google checkout API and user code.
It wraps-up the clumsy Level 2 integration API into a human-friendly form.
All the interaction between Checkout API and user code is handled by the library, which includes the following topics:gchecky.ControllerLevel_2
class by subclassing
it. Provide custom implementation to the abstract methods. Basically
all you need is to define your reaction to various API notifications
(see step 5 for details).
gchecky.ControllerLevel_2
(to gchecky.ControllerLevel_2.recieve
).
gchecky.ControllerLevel_2
(see steps 2 and 3).
Basically you will need to store Orders in your custom
order-processing system, update it state every time you receive a
notification from Google Checkout Notification API (notifications
correspond to abstract Controller.on_XXX methods). Plus in the step 3
you will need to scan your Order list and perform actions on those
orders which are ready for the further processing (charging,
refunding, delivering etc.)
Author: etarassov
Version: $Revision $
Contact: gchecky at gmail
|
|||
|
|
|||
|
|||
|
|
|||
VERSION =
|
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Sun Sep 7 23:26:44 2008 | http://epydoc.sourceforge.net |