Skip to content

Commit

Permalink
Merge pull request #640 from shahediqbal13/mono-iap-signal-mismatch
Browse files Browse the repository at this point in the history
Mono IAP signal method definition mismatch.
  • Loading branch information
aaronfranke authored Aug 18, 2021
2 parents 84a87a5 + f08916c commit f9333dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/android_iap/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private void OnPurchaseConsumed(string purchaseToken)
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}");
}
Expand Down

0 comments on commit f9333dc

Please sign in to comment.