문제

I am currently really the most stuck I've ever been, implementing Google Wallet with PHP. I've been studying it for the past two weeks with little to no luck.

I'm not the only one stuck in this regard. Where do I begin? My internet searches for tutorials and documentation have been fruitless.

도움이 되었습니까?

해결책

There is a tutorial for Google Wallet in their documentation involving PHP. Their sample code works and is easily modified to use in a test/production environment. Keep in mind that you do have to change several elements when going from sandbox to production. Do not assume you keys and ID's will be the same in both environments as they will not.

Settings page: checkout.google.com/inapp/merchant/settings.html

Sample code and documentation (limited explanation, but if you know PHP, no problem):

https://developers.google.com/commerce/wallet/digital/docs/

code.google.com/p/iap-php/source/browse

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top