This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/in_app_purchase/ios Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ - (void)addPayment:(FlutterMethodCall *)call result:(FlutterResult)result {
187
187
result ([FlutterError
188
188
errorWithCode: @" storekit_duplicate_product_object"
189
189
message: @" There is a pending transaction for the same product identifier. Please "
190
- @" either wait for it to be finished or finish it manuelly using "
190
+ @" either wait for it to be finished or finish it manually using "
191
191
@" `completePurchase` to avoid edge cases."
192
192
193
193
details: call.arguments]);
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ - (void)testAddPaymentWithSameProductIDWillFail {
145
145
XCTAssertEqualObjects (
146
146
error.message ,
147
147
@" There is a pending transaction for the same product identifier. Please "
148
- @" either wait for it to be finished or finish it manuelly using "
148
+ @" either wait for it to be finished or finish it manually using "
149
149
@" `completePurchase` to avoid edge cases." );
150
150
[expectation fulfill ];
151
151
}];
You can’t perform that action at this time.
0 commit comments