Skip to content

Commit f08916c

Browse files
committed
Mono IAP signal method definition mismatch. Updated OnPurchaseConsumptionError() method to match with GooglePlayBilling's signal
1 parent 89978a7 commit f08916c

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)