From f99971696976c953a92c472699b1ada461bddd72 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sun, 10 Jul 2016 12:58:33 +0200 Subject: [PATCH] Modified the customer.json fixture. --- test/php/engine/Api/V1/fixtures/customer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/php/engine/Api/V1/fixtures/customer.json b/test/php/engine/Api/V1/fixtures/customer.json index 6bbb7b18..f921b49f 100644 --- a/test/php/engine/Api/V1/fixtures/customer.json +++ b/test/php/engine/Api/V1/fixtures/customer.json @@ -3,8 +3,7 @@ "firstname": "John", "lastname": "Doe", "email": "john@doe.com", - "mobile": "012345679-0", - "phone": "0123456789-1", + "phone": "0123456789", "address": "Some Str. 123", "city": "Some City", "zip": "12345",