Skip to content

Commit 4939b9a

Browse files
committed
Add valid test data for third address line to dummy valid card
1 parent 6741054 commit 4939b9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,15 @@ public function getValidCard()
121121
'cvv' => rand(100, 999),
122122
'billingAddress1' => '123 Billing St',
123123
'billingAddress2' => 'Billsville',
124+
'billingAddress3' => 'Building B, Room 308',
124125
'billingCity' => 'Billstown',
125126
'billingPostcode' => '12345',
126127
'billingState' => 'CA',
127128
'billingCountry' => 'US',
128129
'billingPhone' => '(555) 123-4567',
129130
'shippingAddress1' => '123 Shipping St',
130131
'shippingAddress2' => 'Shipsville',
132+
'shippingAddress3' => 'Building S, Room 114',
131133
'shippingCity' => 'Shipstown',
132134
'shippingPostcode' => '54321',
133135
'shippingState' => 'NY',

0 commit comments

Comments
 (0)