We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717c914 commit 5893964Copy full SHA for 5893964
www/src/CPGraphQlTypes/Customer.php
@@ -74,9 +74,9 @@ public function __construct(array $options)
74
$this->address = null;
75
76
if (!isset($options['creditCardBillingState']) || strlen(trim($options['creditCardBillingState'])) == 0) {
77
- $options['creditCardBillingState'] = $options['creditCardBillingCountry'];
+ $options['creditCardBillingState'] = $options['creditCardBillingCountry'];
78
}
79
-
+
80
if (
81
isset($options['creditCardBillingCountry']) &&
82
isset($options['creditCardBillingZip']) &&
0 commit comments