calvinfroedge / codeigniter-payments

Spark for Uniform Payments in CodeIgniter, based on PHP-Payments. Supports 12+ payment gateways.
242 stars 67 forks source link

Google Checkout #10

Closed EricWVGG closed 12 years ago

EricWVGG commented 13 years ago

Have you considered Google Checkout support?

Thank you for an excellent library.

calvinfroedge commented 13 years ago

Hey Eric,

You're welcome.

Yes, I have considered Google Checkout. Since it's a button gateway, it's implementation should be similar to the Amazon SimplePay implementation (if you want to check that out).

Do you have any existing experience with Google Checkout? I could walk you through adding support for it (I gave the person who contributed the BluePay gateway a walkthrough and he did an awesome job).

calvinfroedge commented 12 years ago

Google checkout is now supported

devilprince commented 12 years ago

Hi Calvin,

I know ur library work properly. But When i am use google checkout ... it gives error currency_code Is not a valid parameter for this method

and i give it valid parameter 'USD' is there any problem plz help........

calvinfroedge commented 12 years ago

Try passing it lowercase usd

devilprince commented 12 years ago

Thanks For Ur Fast Reply.... But Same error showed....