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 6d74f07 commit 8d96457Copy full SHA for 8d96457
tests/Message/PurchaseRequestTest.php
@@ -28,6 +28,7 @@ public function testGetDataWithCard()
28
$this->request->setCurrency('USD');
29
$this->request->setTransactionId('ABC-123');
30
$this->request->setReturnUrl('http://return.domain.com/');
31
+ $this->request->setLanguage('en_GB');
32
33
$card = new CreditCard(array(
34
'firstName' => 'John',
@@ -50,6 +51,7 @@ public function testGetDataWithCard()
50
51
'currencyCode' => 'USD',
52
'amount' => 123,
53
'redirectUrl' => 'http://return.domain.com/',
54
+ 'language' => 'en_GB',
55
'customerFirstName' => 'John',
56
'customerLastName' => 'Doe',
57
'customerEmail' => 'test@email.com',
0 commit comments