Skip to content

Commit e85b3eb

Browse files
committed
added support for reference transaction in expres checkout
1 parent c7ab64c commit e85b3eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/Message/ExpressAuthorizeRequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ public function testGetDataWithBillingAgreementWrongPaymentType()
417417
'\Omnipay\Common\Exception\InvalidRequestException',
418418
"The 'paymentType' parameter can be only 'Any' or 'InstantOnly'"
419419
);
420-
420+
421421
$billingAgreement = new BillingAgreement(false, 'Some Stuff', 'BadType', 'Some custom annotation');
422422
}
423423
}

tests/ProGatewayTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function setUp()
2020
'lastName' => 'User',
2121
'number' => '4111111111111111',
2222
'expiryMonth' => '12',
23-
'expiryYear' => '2016',
23+
'expiryYear' => '2017',
2424
'cvv' => '123',
2525
)),
2626
);

tests/RestGatewayTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function setUp()
3131
'lastName' => 'User',
3232
'number' => '4111111111111111',
3333
'expiryMonth' => '12',
34-
'expiryYear' => '2016',
34+
'expiryYear' => '2017',
3535
'cvv' => '123',
3636
)),
3737
);

0 commit comments

Comments
 (0)