List Info

Thread: Announcing Perl implementation of Google Checkout !!!




Announcing Perl implementation of Google Checkout !!!
country flaguser name
United States
2007-02-09 23:44:54
Hi All,
I am happy to announce that I have released a Perl
implementation of
Google Checkout, you can download the package from:

svn checkout http://google-checkout-perl-sample-code.googlec
ode.com/svn/trunk/
google-checkout-perl-sample-code

I am in the process of uploading the module to CPAN as well
so it
should be available there within a few days. Installation is
the same
as any standard CPAN modules (perl Makefile.PL; make; make
test; make
install) but please refer to the README for detail. The
module covers
all functionalities and features of Checkout but has not
gone through
extensive testing. I have sent the modules to a few external
parties
for testing and fortunately no bugs were reported. That
doesn't mean
you won't find one. 

The module comes with its own documentation in the form of
POD and
numerous examples   showcase the usage of how to perform a
checkout,
send various commands, and wait and process notifications.
Hopefully,
you will like it. If you have any questions or problem using
the
module, please post it here or let me know.

Thanks!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Perl & Google Checkout API"
group.
To post to this group, send email to
google-checkout-api-perlgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-perl-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checkout-api-
perl?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Announcing Perl implementation of Google Checkout !!!
country flaguser name
United States
2007-02-12 13:39:00
Hi Again,
Now, you can also download it from CPAN: http://search.cpan.org
/~dzhuo/
Google-Checkout-1.0/

Thanks!


On Feb 9, 9:44 pm, "GCOEng"
<gcheckout.perl....gmail.com> wrote:
> Hi All,
> I am happy to announce that I have released a Perl
implementation of
> Google Checkout, you can download the package from:
>
> svn checkouthttp://google-checkout-perl-sample-code.googlec
ode.com/svn/trunk/
> google-checkout-perl-sample-code
>
> I am in the process of uploading the module to CPAN as
well so it
> should be available there within a few days.
Installation is the same
> as any standard CPAN modules (perl Makefile.PL; make;
make test; make
> install) but please refer to the README for detail. The
module covers
> all functionalities and features of Checkout but has
not gone through
> extensive testing. I have sent the modules to a few
external parties
> for testing and fortunately no bugs were reported. That
doesn't mean
> you won't find one. 
>
> The module comes with its own documentation in the form
of POD and
> numerous examples   showcase the usage of how to
perform a checkout,
> send various commands, and wait and process
notifications. Hopefully,
> you will like it. If you have any questions or problem
using the
> module, please post it here or let me know.
>
> Thanks!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Perl & Google Checkout API"
group.
To post to this group, send email to
google-checkout-api-perlgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-perl-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checkout-api-
perl?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Announcing Perl implementation of Google Checkout !!!
country flaguser name
United States
2007-02-20 16:27:25
Finally, official home of the project:

http://code.google.com/p/google-checkout-perl-sample-c
ode/

Thanks!

On Feb 12, 11:39 am, "GCOEng"
<gcheckout.perl....gmail.com> wrote:
> Hi Again,
> Now, you can also download it from CPAN:http://search.cpan.org
/~dzhuo/
> Google-Checkout-1.0/
>
> Thanks!
>
> On Feb 9, 9:44 pm, "GCOEng"
<gcheckout.perl....gmail.com> wrote:
>
> > Hi All,
> > I am happy to announce that I have released a Perl
implementation of
> > Google Checkout, you can download the package
from:
>
> > svn checkouthttp://google-checkout-perl-sample-code.googlec
ode.com/svn/trunk/
> > google-checkout-perl-sample-code
>
> > I am in the process of uploading the module to
CPAN as well so it
> > should be available there within a few days.
Installation is the same
> > as any standard CPAN modules (perl Makefile.PL;
make; make test; make
> > install) but please refer to the README for
detail. The module covers
> > all functionalities and features of Checkout but
has not gone through
> > extensive testing. I have sent the modules to a
few external parties
> > for testing and fortunately no bugs were reported.
That doesn't mean
> > you won't find one. 
>
> > The module comes with its own documentation in the
form of POD and
> > numerous examples   showcase the usage of how to
perform a checkout,
> > send various commands, and wait and process
notifications. Hopefully,
> > you will like it. If you have any questions or
problem using the
> > module, please post it here or let me know.
>
> > Thanks!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Perl & Google Checkout API"
group.
To post to this group, send email to
google-checkout-api-perlgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-perl-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checkout-api-
perl?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Announcing Perl implementation of Google Checkout !!!
country flaguser name
United States
2007-03-01 18:46:01
Hi All,
A number of people have suggested that it would be nice to
remove the
external configuration file and be able to create the
Google::Checkout::General::GCO object with parameters
passing from the
code. I have made this change and uploaded a newer version
to support
this feature. You should be able to find it here:

http://code.google.com/p/google-checkout-perl-s
ample-code/downloads/detail?name=Google-Checkout-1.0.1.tar.g
z&can=2&q=

It will be uploaded to CPAN in a moment.

Thanks!

On Feb 20, 2:27 pm, "GCOEng"
<gcheckout.perl....gmail.com> wrote:
> Finally, official home of the project:
>
> http://code.google.com/p/google-checkout-perl-sample-c
ode/
>
> Thanks!
>
> On Feb 12, 11:39 am, "GCOEng"
<gcheckout.perl....gmail.com> wrote:
>
> > Hi Again,
> > Now, you can also download it from CPAN:http://search.cpan.org
/~dzhuo/
> > Google-Checkout-1.0/
>
> > Thanks!
>
> > On Feb 9, 9:44 pm, "GCOEng"
<gcheckout.perl....gmail.com> wrote:
>
> > > Hi All,
> > > I am happy to announce that I have released a
Perl implementation of
> > > Google Checkout, you can download the package
from:
>
> > > svn checkouthttp://google-checkout-perl-sample-code.googlec
ode.com/svn/trunk/
> > > google-checkout-perl-sample-code
>
> > > I am in the process of uploading the module
to CPAN as well so it
> > > should be available there within a few days.
Installation is the same
> > > as any standard CPAN modules (perl
Makefile.PL; make; make test; make
> > > install) but please refer to the README for
detail. The module covers
> > > all functionalities and features of Checkout
but has not gone through
> > > extensive testing. I have sent the modules to
a few external parties
> > > for testing and fortunately no bugs were
reported. That doesn't mean
> > > you won't find one. 
>
> > > The module comes with its own documentation
in the form of POD and
> > > numerous examples   showcase the usage of how
to perform a checkout,
> > > send various commands, and wait and process
notifications. Hopefully,
> > > you will like it. If you have any questions
or problem using the
> > > module, please post it here or let me know.
>
> > > Thanks!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Perl & Google Checkout API"
group.
To post to this group, send email to
google-checkout-api-perlgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-perl-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checkout-api-
perl?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Announcing Perl implementation of Google Checkout !!!
country flaguser name
United States
2007-03-16 13:43:50
Hi All,
Someone reported a bug related to the tax table stuff.
Essentially
what happen is if you specify just a default tax table
without an
alternative one, the code will fail. This can be reproduced
in
checkout_example2.pl by removing $tax_table2 from
MerchantCheckoutFlow
(line 151). I have since fixed the bug and uploaded v1.0.2
:

http://code.google.com/p/google-checkout-perl-s
ample-code/downloads/detail?name=Google-Checkout-1.0.2.tar.g
z&can=2&q=

Enjoy!

On Mar 1, 5:46 pm, "GCOEng"
<gcheckout.perl....gmail.com> wrote:
> Hi All,
> A number of people have suggested that it would be nice
to remove the
> external configuration file and be able to create the
> Google::Checkout::General::GCO object with parameters
passing from the
> code. I have made this change and uploaded a newer
version to support
> this feature. You should be able to find it here:
>
> http://code.google.com/p/google-checkout
-perl-sample-code/downloads/d...
>
> It will be uploaded to CPAN in a moment.
>
> Thanks!
>
> On Feb 20, 2:27 pm, "GCOEng"
<gcheckout.perl....gmail.com> wrote:
>
> > Finally, official home of the project:
>
> >http://code.google.com/p/google-checkout-perl-sample-c
ode/
>
> > Thanks!
>
> > On Feb 12, 11:39 am, "GCOEng"
<gcheckout.perl....gmail.com> wrote:
>
> > > Hi Again,
> > > Now, you can also download it from CPAN:http://search.cpan.org
/~dzhuo/
> > > Google-Checkout-1.0/
>
> > > Thanks!
>
> > > On Feb 9, 9:44 pm, "GCOEng"
<gcheckout.perl....gmail.com> wrote:
>
> > > > Hi All,
> > > > I am happy to announce that I have
released a Perl implementation of
> > > > Google Checkout, you can download the
package from:
>
> > > > svn checkouthttp://google-checkout-perl-sample-code.googlec
ode.com/svn/trunk/
> > > > google-checkout-perl-sample-code
>
> > > > I am in the process of uploading the
module to CPAN as well so it
> > > > should be available there within a few
days. Installation is the same
> > > > as any standard CPAN modules (perl
Makefile.PL; make; make test; make
> > > > install) but please refer to the README
for detail. The module covers
> > > > all functionalities and features of
Checkout but has not gone through
> > > > extensive testing. I have sent the
modules to a few external parties
> > > > for testing and fortunately no bugs were
reported. That doesn't mean
> > > > you won't find one. 
>
> > > > The module comes with its own
documentation in the form of POD and
> > > > numerous examples   showcase the usage
of how to perform a checkout,
> > > > send various commands, and wait and
process notifications. Hopefully,
> > > > you will like it. If you have any
questions or problem using the
> > > > module, please post it here or let me
know.
>
> > > > Thanks!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Perl & Google Checkout API"
group.
To post to this group, send email to
google-checkout-api-perlgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-perl-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checkout-api-
perl?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Announcing Perl implementation of Google Checkout !!!
country flaguser name
United States
2007-03-30 14:58:45
Hi All,
Release another version (v1.0.3):

* Support posting to "/merchantCheckout"
* get_items() of Notification/NewOrder.pm dies if given a
single item
* Support Google Analytics (http://code.goo
gle.com/apis/checkout/
developer/checkout_analytics_integration.html)

http://code.google.com/p/google-checkout-perl-s
ample-code/downloads/detail?name=Google-Checkout-1.0.3.tar.g
z&can=2&q=

Thanks!

On Mar 16, 11:43 am, "GCOEng"
<gcheckout.perl....gmail.com> wrote:
> Hi All,
> Someone reported a bug related to the tax table stuff.
Essentially
> what happen is if you specify just a default tax table
without an
> alternative one, the code will fail. This can be
reproduced in
> checkout_example2.pl by removing $tax_table2 from
MerchantCheckoutFlow
> (line 151). I have since fixed the bug and uploaded
v1.0.2 :
>
> http://code.google.com/p/google-checkout
-perl-sample-code/downloads/d...
>
> Enjoy!
>
> On Mar 1, 5:46 pm, "GCOEng"
<gcheckout.perl....gmail.com> wrote:
>
> > Hi All,
> > A number of people have suggested that it would be
nice to remove the
> > external configuration file and be able to create
the
> > Google::Checkout::General::GCO object with
parameters passing from the
> > code. I have made this change and uploaded a newer
version to support
> > this feature. You should be able to find it here:
>
> >http://code.google.com/p/google-checkout
-perl-sample-code/downloads/d...
>
> > It will be uploaded to CPAN in a moment.
>
> > Thanks!
>
> > On Feb 20, 2:27 pm, "GCOEng"
<gcheckout.perl....gmail.com> wrote:
>
> > > Finally, official home of the project:
>
> > >http://code.google.com/p/google-checkout-perl-sample-c
ode/
>
> > > Thanks!
>
> > > On Feb 12, 11:39 am, "GCOEng"
<gcheckout.perl....gmail.com> wrote:
>
> > > > Hi Again,
> > > > Now, you can also download it from
CPAN:http://search.cpan.org
/~dzhuo/
> > > > Google-Checkout-1.0/
>
> > > > Thanks!
>
> > > > On Feb 9, 9:44 pm, "GCOEng"
<gcheckout.perl....gmail.com> wrote:
>
> > > > > Hi All,
> > > > > I am happy to announce that I have
released a Perl implementation of
> > > > > Google Checkout, you can download
the package from:
>
> > > > > svn checkouthttp://google-checkout-perl-sample-code.googlec
ode.com/svn/trunk/
> > > > > google-checkout-perl-sample-code
>
> > > > > I am in the process of uploading
the module to CPAN as well so it
> > > > > should be available there within a
few days. Installation is the same
> > > > > as any standard CPAN modules (perl
Makefile.PL; make; make test; make
> > > > > install) but please refer to the
README for detail. The module covers
> > > > > all functionalities and features of
Checkout but has not gone through
> > > > > extensive testing. I have sent the
modules to a few external parties
> > > > > for testing and fortunately no bugs
were reported. That doesn't mean
> > > > > you won't find one. 
>
> > > > > The module comes with its own
documentation in the form of POD and
> > > > > numerous examples   showcase the
usage of how to perform a checkout,
> > > > > send various commands, and wait and
process notifications. Hopefully,
> > > > > you will like it. If you have any
questions or problem using the
> > > > > module, please post it here or let
me know.
>
> > > > > Thanks!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Perl & Google Checkout API"
group.
To post to this group, send email to
google-checkout-api-perlgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-perl-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checkout-api-
perl?hl=en
-~----------~----~----~----~------~----~------~--~---


[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )