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
Just checked the code of googlebilling, the transaction doesn't have pricing information: getPurchaseCost, getPurchaseCostCurrency
Stacktrace
Please select the affected platforms and payment service implementation