Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 1b1ec27

Browse files
committed
Update tests to prove issue 90244.
Updates the SKUDetailsWrapper map used in the unit test to match the output from the JAVA code and causes the tests to fail (proving issue 90244).
1 parent 1fe19f1 commit 1b1ec27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/in_app_purchase/in_app_purchase_android/test/billing_client_wrappers/sku_details_wrapper_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Map<String, dynamic> buildSkuMap(SkuDetailsWrapper original) {
134134
'description': original.description,
135135
'freeTrialPeriod': original.freeTrialPeriod,
136136
'introductoryPrice': original.introductoryPrice,
137-
'introductoryPriceMicros': original.introductoryPriceMicros,
137+
'introductoryPriceAmountMicros': original.introductoryPriceMicros,
138138
'introductoryPriceCycles': original.introductoryPriceCycles,
139139
'introductoryPricePeriod': original.introductoryPricePeriod,
140140
'price': original.price,

0 commit comments

Comments
 (0)