mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 05:20:06 +01:00
Merge pull request #640 from shahediqbal13/mono-iap-signal-mismatch
Mono IAP signal method definition mismatch.
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user