Skip to content

Commit

Permalink
Remove whitestace
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoli79 authored Dec 20, 2024
1 parent 717c914 commit 5893964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/src/CPGraphQlTypes/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']) &&
Expand Down

0 comments on commit 5893964

Please sign in to comment.