Skip to content

Commit 5377e1b

Browse files
author
Olga Zdančuka
committed
fix tests for 3D v2
1 parent 62ae59d commit 5377e1b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tests/TransactPRO/Gate/Builders/ChargeDataBuilderTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ protected function setUp()
1414
'cvv' => '111',
1515
'expire' => '01/20',
1616
'merchant_referring_url' => 'http://www.paymentform.example.com',
17+
'browser_accept_header' => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
18+
'browser_java_enabled' => true,
19+
'browser_javascript_enabled' => true,
20+
'browser_language' => "en-US",
21+
'browser_color_depth' => "24",
22+
'browser_screen_height' => "1080",
23+
'browser_screen_width' => "1920",
24+
'browser_tz' => "-180" ,
25+
'browser_user_agent' => "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0",
1726
);
1827
$this->buildData = $this->data;
1928
}

0 commit comments

Comments
 (0)