Skip to content

Commit f9333dc

Browse files
authored
Merge pull request #640 from shahediqbal13/mono-iap-signal-mismatch
Mono IAP signal method definition mismatch.
2 parents 84a87a5 + f08916c commit f9333dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mono/android_iap/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ private void OnPurchaseConsumed(string purchaseToken)
156156
ShowAlert($"Purchase consumed successfully: {purchaseToken}");
157157
}
158158

159-
private void OnPurchaseConsumptionError(int code, string message)
159+
private void OnPurchaseConsumptionError(int code, string message, string purchaseToken)
160160
{
161161
ShowAlert($"Purchase acknowledgement error {code}: {message}");
162162
}

0 commit comments

Comments
 (0)