From 7b89c4084c51860ff86d183694472dc2d13e4d66 Mon Sep 17 00:00:00 2001 From: Sergey Date: Tue, 30 Oct 2018 17:15:48 +0300 Subject: [PATCH] v2.2.7 --- tests/phpunit/RetailcrmTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/RetailcrmTest.php b/tests/phpunit/RetailcrmTest.php index c987533..c3cabb0 100644 --- a/tests/phpunit/RetailcrmTest.php +++ b/tests/phpunit/RetailcrmTest.php @@ -61,7 +61,7 @@ class RetailCRMTest extends RetailcrmTestCase $this->assertArrayHasKey('index', $customer['address']); $this->assertArrayHasKey('city', $customer['address']); $this->assertArrayHasKey('text', $customer['address']); - $this->assertArrayHasKey('countryIso', $customer); + $this->assertArrayHasKey('countryIso', $customer['address']); } public function testHookActionOrderEdited()