You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var purchaseOptions =QPurchaseOptionsBuilder()
.setOldProduct(oldProduct)
.setUpdatePolicy(QPurchaseUpdatePolicy.chargeFullPrice)
.build();
qonversion.purchaseProduct(product, purchaseOptions: purchaseOptions);
I want to achieve upgrade subscription from monthly(n$) to yearly(m$) with chargeFullPrice policy, and i use code above.
I received email from PlayStore that I was charged m$ and get new yearly plan, but the issue is Webhook sent to my server event(Json below) with event_name: subscription_started with zero revenue.value and zero price.value. Also in my Qonversion Admin Customers>Events>Subscription detail page, I see that Payment is $0.00.
The text was updated successfully, but these errors were encountered:
AErmek
changed the title
[bug] Webhook: when upgrade subscription in Android revenue.value is zero (invalid)
[bug] Webhook: when upgrade subscription with chargeFullPrice policy in Android => revenue.value is zero (invalid)
Dec 24, 2024
I want to achieve upgrade subscription from monthly(n$) to yearly(m$) with
chargeFullPrice
policy, and i use code above.I received email from PlayStore that I was charged m$ and get new yearly plan, but the issue is Webhook sent to my server event(Json below) with
event_name: subscription_started
with zerorevenue.value
and zeroprice.value
. Also in my Qonversion Admin Customers>Events>Subscription detail page, I see that Payment is $0.00.I think this is bug.
The text was updated successfully, but these errors were encountered: