Skip to content

Commit 5893964

Browse files
authored
Remove whitestace
1 parent 717c914 commit 5893964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/src/CPGraphQlTypes/Customer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ public function __construct(array $options)
7474
$this->address = null;
7575

7676
if (!isset($options['creditCardBillingState']) || strlen(trim($options['creditCardBillingState'])) == 0) {
77-
$options['creditCardBillingState'] = $options['creditCardBillingCountry'];
77+
$options['creditCardBillingState'] = $options['creditCardBillingCountry'];
7878
}
79-
79+
8080
if (
8181
isset($options['creditCardBillingCountry']) &&
8282
isset($options['creditCardBillingZip']) &&

0 commit comments

Comments
 (0)