Skip to content

Commit 409307e

Browse files
author
theweavrs
committed
minor changes
1 parent d48582c commit 409307e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BreadPlayer.Views.UWP/Dialogs/DonateDialog.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public async void ConsumeAddOn(string addOnStoreId, uint quantity)
6363
Guid trackingId = Guid.NewGuid();
6464

6565
StoreConsumableResult result = await context.ReportConsumableFulfillmentAsync(
66-
addOnStoreId, quantity, trackingId);
66+
addOnStoreId.ToUpperInvariant(), quantity, trackingId);
6767

6868
// Capture the error message for the operation, if any.
6969
string extendedError = string.Empty;

0 commit comments

Comments
 (0)