google-checkout

In-App Billing v3 - Don't detect refund

╄→гoц情女王★ 提交于 2019-11-28 19:12:41
I've followed the training about "In-App Billing v3" of Google. I get to do a buy of a item but I've a problem. https://developer.android.com/training/in-app-billing/index.html I've canceled and refunded the buy but the app detect the buy as true. I can't continue testing my app because always I detect as purchased the item. The only error that I've found in logCat is the next: [3687] InAppBillingService.logResponseBundle: Bundle does not contain a response code Appears after launching mHelper.queryInventoryAsync(mGotInventoryListener). Any idea? p.s. - this suggests it just takes time for the

Google Checkout - XML API associate callback serial number with original order

只愿长相守 提交于 2019-11-27 02:15:16
Via the XML API, how do you associate an Google Checkout callback serial number with the original order? On the same line - What does the serial number in the "Option B - Submit a Server-to-Server Checkout API Request" section of the XML API doc correspond to (format: serial-number="981283ea-c324-44bb-a10c-fc3b2eba5707" )? Does it relate to the serial sent by the callback URL ( numeric-only )? The way I've done this in the past is using the <merchanrt-private-data> tag in the original cart, so something like: <checkout-shopping-cart xmlns='http://checkout.google.com/schema/2'> <shopping-cart>

Google Checkout - XML API associate callback serial number with original order

大兔子大兔子 提交于 2019-11-26 12:32:07
问题 Via the XML API, how do you associate an Google Checkout callback serial number with the original order? On the same line - What does the serial number in the \"Option B - Submit a Server-to-Server Checkout API Request\" section of the XML API doc correspond to (format: serial-number=\"981283ea-c324-44bb-a10c-fc3b2eba5707\" )? Does it relate to the serial sent by the callback URL ( numeric-only )? 回答1: The way I've done this in the past is using the <merchanrt-private-data> tag in the