test(store): match IAP review screenshot price to $1.99 (actual price)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 157 KiB After Width: | Height: | Size: 157 KiB |
@@ -36,8 +36,8 @@ class _FakeIap extends IapService {
|
||||
id: 'remove_ads',
|
||||
title: 'Remove Ads',
|
||||
description: 'Remove banner and interstitial ads',
|
||||
price: r'$0.99',
|
||||
rawPrice: 0.99,
|
||||
price: r'$1.99',
|
||||
rawPrice: 1.99,
|
||||
currencyCode: 'USD',
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user