Method NotifyUnableToFulfillUnavailableProduct
NotifyUnableToFulfillUnavailableProduct(string)
Amazon makes it possible to notify them of a product that cannot be fulfilled.
This method calls Amazon's notifyFulfillment(transactionID, FulfillmentResult.UNAVAILABLE); https://developer.amazon.com/public/apis/earn/in-app-purchasing/docs-v2/implementing-iap-2.0
Declaration
void NotifyUnableToFulfillUnavailableProduct(string transactionID)
Parameters
Type | Name | Description |
---|---|---|
string | transactionID | Products transaction id |