Merge pull request #640 from shahediqbal13/mono-iap-signal-mismatch

Mono IAP signal method definition mismatch.
This commit is contained in:
Aaron Franke
2021-08-17 21:24:11 -04:00
committed by GitHub

View File

@@ -156,7 +156,7 @@ namespace AndroidInAppPurchasesWithCSharp
ShowAlert($"Purchase consumed successfully: {purchaseToken}");
}
private void OnPurchaseConsumptionError(int code, string message)
private void OnPurchaseConsumptionError(int code, string message, string purchaseToken)
{
ShowAlert($"Purchase acknowledgement error {code}: {message}");
}