Eymir / marketbilling

Automatically exported from code.google.com/p/marketbilling
0 stars 0 forks source link

In-app billing of sample application is failing with 'Your payment could not be processed' error. #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
STEPS TO REPRODUCE:
Executed the following steps for running the sample application, but the 
application is failing with payment error.

1. Downloaded the sample application from android SDK
2. Added Google Play public key to the sample application code.
3. Changed the package name of the sample application.
4. Built the sample application in release mode and sign it.
5. Created a product list for the sample application.
6. Published the items of product list (sword_001 and potion_001) for the draft 
version of sample application.
7. Test account registered under the Google Play publisher account.
8. Verified that device is running a supported version of the Google Play 
application.
9. Installed the same signed application onto the device.
10.My test account is the primary account on my device.
11.Ran the application and purchased the sword.

EXPECTED OUTPUT:
Purchase should be done successfully.

ACTUAL OUTPUT:
Getting the following error while the order is being authorized ('authorize 
payment' is displayed), this usually happens about 30 seconds after the order 
has been placed (i.e. 'accept & buy' has been tapped).

"Your payment could not be processed. sign in to your google wallet account to 
request support"

AFFECTED ORDER IDS (IF RELEVANT):

OS VERSION:
2.3.4

MARKET/MYAPPS VERSION:
3.9

DEVICE:
Samsung Tab 8.9 Inch

OUTPUT FROM ADB BUGREPORT ATTACHED:
(Note: The output from "adb bugreport" is required for all bug reports.)

NOTES:

Original issue reported on code.google.com by vishnu4a...@gmail.com on 25 Oct 2012 at 12:10