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

Commit b53693a

Browse files
committed
Merge branch 'feature/delete_customer_by_id' of github.com:Mushood/magento-laravel-api into feature/delete_customer_by_id
2 parents 6480beb + f4e9976 commit b53693a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Api/Customers.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,3 @@ public function removeCustomer($id)
9999
return $this->delete('/customers/'.$id);
100100
}
101101
}
102-
vv

tests/Api/CustomersTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,3 @@ public function test_can_customer_delete()
100100
$this->assertTrue($api->ok());
101101
}
102102
}
103-
vv

0 commit comments

Comments
 (0)