mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 05:20:06 +01:00
Mono IAP signal method definition mismatch. Updated OnPurchaseConsumptionError() method to match with GooglePlayBilling's signal
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