We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48582c commit 409307eCopy full SHA for 409307e
BreadPlayer.Views.UWP/Dialogs/DonateDialog.xaml.cs
@@ -63,7 +63,7 @@ public async void ConsumeAddOn(string addOnStoreId, uint quantity)
63
Guid trackingId = Guid.NewGuid();
64
65
StoreConsumableResult result = await context.ReportConsumableFulfillmentAsync(
66
- addOnStoreId, quantity, trackingId);
+ addOnStoreId.ToUpperInvariant(), quantity, trackingId);
67
68
// Capture the error message for the operation, if any.
69
string extendedError = string.Empty;
0 commit comments