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 8341f9e commit 185368dCopy full SHA for 185368d
tests/Message/DirectAuthorizeRequestTest.php
@@ -84,6 +84,8 @@ public function testGetDataCustomerDetailsIgnoresStateOutsideUS()
84
85
$data = $this->request->getData();
86
87
+ // these must be empty string, not null
88
+ // (otherwise Guzzle ignores them, and SagePay throws a fit)
89
$this->assertSame('', $data['BillingState']);
90
$this->assertSame('', $data['DeliveryState']);
91
}
0 commit comments