Skip to content

Commit

Permalink
Added missing proxy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zxc8027 committed Oct 23, 2019
1 parent 4a836d6 commit 983f9c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions litle/sdk/Test/certification/CertAlphaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ function test_2_avs()
{
$auth_hash = array(
'url' => PRELIVE_URL,
'proxy' => '',
'orderId' => '2',
'amount' => '10100',
'orderSource' => 'ecommerce',
Expand Down Expand Up @@ -620,6 +621,7 @@ function test_5_auth()
{
$auth_hash = array(
'url' => PRELIVE_URL,
'proxy' => '',
'orderId' => '5',
'amount' => '50050',
'orderSource' => 'ecommerce',
Expand Down

0 comments on commit 983f9c6

Please sign in to comment.