Skip to content

Commit

Permalink
google: use orderId for transactionId (#56)
Browse files Browse the repository at this point in the history
fixes #44
  • Loading branch information
adrian-gierakowski authored and ronkorving committed Apr 1, 2019
1 parent fec2db4 commit a2b0d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/google/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function parseResult(resultString, payment) {

return {
receipt: result,
transactionId: payment.receipt,
transactionId: result.orderId,
productId: payment.productId,
purchaseDate: purchaseDate,
expirationDate: expirationDate
Expand Down

0 comments on commit a2b0d14

Please sign in to comment.