Why is Google refunding our purchases since replacing consumePurchaseAndroid with finishTransaction in 8.0.4? #1690
-
We have a serious problem with Google purchases getting refunded ever since I updated to 8.0.4 and replaced consumePurchaseAndroid with finishTransaction. I thought finishTransaction now handles the consume step? Please see the commit below for the code change. Any help would be greatly appreciated. consumeProduct is throwing the error... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Looks like a dumb mistake on my part 🤦♂️ I wasn't passing the full purchase object into the finishTransaction method. The partial object I was passing in seemed to have worked prior to 8.x, but didn't work after that. https://github.com/podverse/podverse-rn/pull/1037/files |
Beta Was this translation helpful? Give feedback.
Looks like a dumb mistake on my part 🤦♂️ I wasn't passing the full purchase object into the finishTransaction method.
The partial object I was passing in seemed to have worked prior to 8.x, but didn't work after that. https://github.com/podverse/podverse-rn/pull/1037/files