Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into 2.0
  • Loading branch information
sudiptpa committed Dec 6, 2022
2 parents 1aad8c5 + b0333ff commit b835b0b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions tests/Message/DirectPostAuthorizeRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ public function setUp()
'amount' => '12.00',
'returnUrl' => 'https://www.abc.com/return',
'card' => [
'number' => '4444333322221111',
'expiryMonth' => '6',
'expiryYear' => '2030',
'cvv' => '123',
'number' => '4444333322221111',
'expiryMonth' => '6',
'expiryYear' => '2030',
'cvv' => '123',
'billingPostcode' => '1234',
],
]
Expand Down
8 changes: 4 additions & 4 deletions tests/Message/DirectPostPurchaseRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ public function setUp()
'amount' => '12.00',
'returnUrl' => 'https://www.example.com/return',
'card' => [
'number' => '4444333322221111',
'expiryMonth' => '06',
'expiryYear' => '2039',
'cvv' => '123',
'number' => '4444333322221111',
'expiryMonth' => '06',
'expiryYear' => '2039',
'cvv' => '123',
'billingPostcode' => '1234',
],
]
Expand Down
10 changes: 5 additions & 5 deletions tests/Message/SecureXMLAuthorizeRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ public function setUp()
'amount' => '12.00',
'transactionId' => '1234',
'card' => [
'number' => '4444333322221111',
'expiryMonth' => '10',
'expiryYear' => '2030',
'cvv' => '123',
'cardHolderName' => 'Sujip Thapa',
'number' => '4444333322221111',
'expiryMonth' => '10',
'expiryYear' => '2030',
'cvv' => '123',
'cardHolderName' => 'Sujip Thapa',
'billingPostcode' => '1234',
],
]
Expand Down
10 changes: 5 additions & 5 deletions tests/Message/SecureXMLPurchaseRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ public function setUp()
'amount' => '12.00',
'transactionId' => '1234',
'card' => [
'number' => '4444333322221111',
'expiryMonth' => '10',
'expiryYear' => '2030',
'cvv' => '123',
'cardHolderName' => 'Sujip Thapa',
'number' => '4444333322221111',
'expiryMonth' => '10',
'expiryYear' => '2030',
'cvv' => '123',
'cardHolderName' => 'Sujip Thapa',
'billingPostcode' => '1234',
],
]
Expand Down
8 changes: 4 additions & 4 deletions tests/Message/UnionPayPurchaseRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ public function setUp()
'returnUrl' => 'https://www.example.com/return',
'transactionId' => 'GHJGG76756556',
'card' => [
'number' => '4444333322221111',
'expiryMonth' => '06',
'expiryYear' => '2039',
'cvv' => '123',
'number' => '4444333322221111',
'expiryMonth' => '06',
'expiryYear' => '2039',
'cvv' => '123',
'billingPostcode' => '1234',
],
]
Expand Down

0 comments on commit b835b0b

Please sign in to comment.