test(store): match IAP review screenshot price to $1.99 (actual price)

This commit is contained in:
2026-06-15 10:48:51 +09:00
parent 3e136dc288
commit e9d7f7cef6
2 changed files with 2 additions and 2 deletions
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',
);
}