-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
Just checked the code of googlebilling, the transaction doesn't have pricing information: getPurchaseCost, getPurchaseCostCurrency
Stacktrace
Transaction transaction = new Transaction();
transaction.setIdentifier(product);
transaction.setOrderId(purchase.getOrderId());
transaction.setRequestId(purchase.getPurchaseToken());
transaction.setStoreName(PurchaseManagerConfig.STORE_NAME_ANDROID_GOOGLE);
transaction.setPurchaseTime(new Date(purchase.getPurchaseTime()));
transaction.setPurchaseText("Purchased: " + product);
transaction.setReversalTime(null);
transaction.setReversalText(null);
transaction.setTransactionData(purchase.getOriginalJson());
transaction.setTransactionDataSignature(purchase.getSignature());
//Please provide the stacktrace if applicable Please select the affected platforms and payment service implementation
- Amazon
- [x ] googlebilling
- googlepay
- apple robovm
- Huawei
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels