Updating documentation
This commit is contained in:
parent
1834229177
commit
e75e38271b
|
@ -3073,6 +3073,10 @@ paths:
|
||||||
|
|
||||||
After calling this method, the payment is confirmed. Callers must durably store their subscriberId before calling
|
After calling this method, the payment is confirmed. Callers must durably store their subscriberId before calling
|
||||||
this method to ensure their payment is tracked.
|
this method to ensure their payment is tracked.
|
||||||
|
|
||||||
|
Once a purchaseToken to is posted to a subscriberId, the same subscriberId must not be used with another payment
|
||||||
|
method. A different playbilling purchaseToken can be posted to the same subscriberId, in this case the subscription
|
||||||
|
associated with the old purchaseToken will be cancelled.
|
||||||
operationId: setPlayStoreSubscription
|
operationId: setPlayStoreSubscription
|
||||||
parameters:
|
parameters:
|
||||||
- name: subscriberId
|
- name: subscriberId
|
||||||
|
|
Loading…
Reference in New Issue