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

Commit 29be56b

Browse files
committed
Move license header to top of file.
1 parent 15bcf56 commit 29be56b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/in_app_purchase/in_app_purchase_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
* Introduced the `SkuDetailsWrapper.introductoryPriceAmountMicros` field of the correct type (`int`) and deprecated the `SkuDetailsWrapper.introductoryPriceMicros` field.
44

5+
## 0.1.4+7
6+
7+
* Ensure that the `SkuDetailsWrapper.introductoryPriceMicros` is populated correctly.
8+
59
## 0.1.4+6
610

711
* Ensure that purchases correctly indicate whether they are acknowledged or not. The `PurchaseDetails.pendingCompletePurchase` field now correctly indicates if the purchase still needs to be completed.

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import 'package:flutter_test/flutter_test.dart';
2-
import 'package:in_app_purchase_android/billing_client_wrappers.dart';
31
// Copyright 2013 The Flutter Authors. All rights reserved.
42
// Use of this source code is governed by a BSD-style license that can be
53
// found in the LICENSE file.
@@ -8,6 +6,9 @@ import 'package:in_app_purchase_android/billing_client_wrappers.dart';
86
// `SkuDetailsWrapper.introductoryPriceMicros` field is
97
// removed.
108

9+
import 'package:flutter_test/flutter_test.dart';
10+
import 'package:in_app_purchase_android/billing_client_wrappers.dart';
11+
1112
void main() {
1213
test(
1314
'Deprecated `introductoryPriceMicros` field reflects parameter from constructor',

0 commit comments

Comments
 (0)