Ari Porad
Ari Porad

Reputation: 2922

Google Checkout And Node


Is There A Pre Existing Node.js Module For Using Google Wallet/Checkout So I Don't Have To Make The JWTs Myself But Just Plugin The Product Info?

Upvotes: 0

Views: 574

Answers (2)

Bishal Dangal
Bishal Dangal

Reputation: 69

No it is no longer maintained as Google moved on to Google Wallet instead of Google checkout.

Have a look at this linknode-google-checkout

Upvotes: 0

jmingov
jmingov

Reputation: 14003

Check these: A Google Checkout API implementation for node.js

Github page: https://github.com/wankdanker/node-google-checkout

Npm page: https://npmjs.org/package/google-checkout

Hope it fits your needs.

Upvotes: 1

Related Questions