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',
|
id: 'remove_ads',
|
||||||
title: 'Remove Ads',
|
title: 'Remove Ads',
|
||||||
description: 'Remove banner and interstitial ads',
|
description: 'Remove banner and interstitial ads',
|
||||||
price: r'$0.99',
|
price: r'$1.99',
|
||||||
rawPrice: 0.99,
|
rawPrice: 1.99,
|
||||||
currencyCode: 'USD',
|
currencyCode: 'USD',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user