IntroductionThis project is about using Perl to interact with the Google Checkout payment system. It provides a set of Perl modules which allows you to checkout, send commands, wait and process
... [More]
notifications.
DetailsThe code is written entirely in Perl which means no compiler is required for installation. The interface is in OO and the objective is to hide all the complexcity of the checkout flow from the users. There are ~43 modules in the whole code base but you will only need to use just a few. Please refer to the 'examples' directory for examples to post a cart, send command as well as process notifications. The structure of the code base tree is base on the following:
lib/
Google/
Checkout/
Command/ [Less]