parent
cd4b704540
commit
2ec18f820f
2 changed files with 1 additions and 2 deletions
|
@ -124,7 +124,7 @@ class WC_Retailcrm_Loyalty_Client_Test extends WC_Retailcrm_Test_Case_Helper
|
|||
],
|
||||
[
|
||||
'method' => 'cancelBonusOrder',
|
||||
'parameters' => ['site', ['order']]
|
||||
'parameters' => [['order']]
|
||||
],
|
||||
];
|
||||
}
|
||||
|
|
|
@ -209,7 +209,6 @@ class WC_Retailcrm_Orders_Test extends WC_Retailcrm_Test_Case_Helper
|
|||
* @param $retailcrm
|
||||
*
|
||||
* @throws Exception
|
||||
* @group loyalty
|
||||
* @dataProvider dataProviderUpdateOrder
|
||||
*/
|
||||
public function test_update_order($isSuccessful, $retailcrm)
|
||||
|
|
Loading…
Add table
Reference in a new issue