@@ -279,8 +279,8 @@ public function testSyncPastOrder(AcceptanceTester $I)
279
279
$ I ->seeInSource ('Enable Kit integration ' );
280
280
281
281
// Confirm that the Transaction ID is stored in the Order's metadata.
282
- $ I ->wooCommerceOrderMetaKeyAndValueExist ($ I , $ postID , 'ckwc_purchase_data_sent ' , 'yes ' , true );
283
- $ I ->wooCommerceOrderMetaKeyAndValueExist ($ I , $ postID , 'ckwc_purchase_data_id ' , $ purchaseDataID, true );
282
+ $ I ->wooCommerceOrderMetaKeyAndValueExist ($ I , $ postID , 'ckwc_purchase_data_sent ' , 'yes ' );
283
+ $ I ->wooCommerceOrderMetaKeyAndValueExist ($ I , $ postID , 'ckwc_purchase_data_id ' , $ purchaseDataID );
284
284
}
285
285
286
286
/**
@@ -323,7 +323,7 @@ public function testSyncPastOrderCreatedInPreviousPluginVersion(AcceptanceTester
323
323
324
324
// Remove the Transaction ID metadata in the Order, as if it were sent
325
325
// by 1.4.2 or older.
326
- $ I ->wooCommerceOrderDeleteMeta ($ I , $ postID , 'ckwc_purchase_data_id ' , true );
326
+ $ I ->wooCommerceOrderDeleteMeta ($ I , $ postID , 'ckwc_purchase_data_id ' );
327
327
328
328
// Login as the Administrator.
329
329
$ I ->loginAsAdmin ();
@@ -353,8 +353,8 @@ public function testSyncPastOrderCreatedInPreviousPluginVersion(AcceptanceTester
353
353
$ I ->seeElementInDOM ('a.cancel[disabled] ' );
354
354
355
355
// Confirm that the Transaction ID is stored in the Order's metadata.
356
- $ I ->wooCommerceOrderMetaKeyAndValueExist ($ I , $ postID , 'ckwc_purchase_data_sent ' , 'yes ' , true );
357
- $ I ->wooCommerceOrderMetaKeyAndValueExist ($ I , $ postID , 'ckwc_purchase_data_id ' , $ purchaseDataID, true );
356
+ $ I ->wooCommerceOrderMetaKeyAndValueExist ($ I , $ postID , 'ckwc_purchase_data_sent ' , 'yes ' );
357
+ $ I ->wooCommerceOrderMetaKeyAndValueExist ($ I , $ postID , 'ckwc_purchase_data_id ' , $ purchaseDataID );
358
358
}
359
359
360
360
/**
0 commit comments