From 58939649672a293d9a2107951256a2d9e9705bd3 Mon Sep 17 00:00:00 2001 From: Leonardo Bartoli <142893024+lbartoli79@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:01:31 +0100 Subject: [PATCH] Remove whitestace --- www/src/CPGraphQlTypes/Customer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/src/CPGraphQlTypes/Customer.php b/www/src/CPGraphQlTypes/Customer.php index 5b0c4fec1b..e105773b33 100644 --- a/www/src/CPGraphQlTypes/Customer.php +++ b/www/src/CPGraphQlTypes/Customer.php @@ -74,9 +74,9 @@ public function __construct(array $options) $this->address = null; if (!isset($options['creditCardBillingState']) || strlen(trim($options['creditCardBillingState'])) == 0) { - $options['creditCardBillingState'] = $options['creditCardBillingCountry']; + $options['creditCardBillingState'] = $options['creditCardBillingCountry']; } - + if ( isset($options['creditCardBillingCountry']) && isset($options['creditCardBillingZip']) &&