Skip to content

Commit 56bad9b

Browse files
committed
Add valid test data for third address line to dummy valid card
1 parent d7f681b commit 56bad9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TestCase.php

+2
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,15 @@ public function getValidCard()
130130
'cvv' => rand(100, 999),
131131
'billingAddress1' => '123 Billing St',
132132
'billingAddress2' => 'Billsville',
133+
'billingAddress3' => 'Building B, Room 308',
133134
'billingCity' => 'Billstown',
134135
'billingPostcode' => '12345',
135136
'billingState' => 'CA',
136137
'billingCountry' => 'US',
137138
'billingPhone' => '(555) 123-4567',
138139
'shippingAddress1' => '123 Shipping St',
139140
'shippingAddress2' => 'Shipsville',
141+
'shippingAddress3' => 'Building S, Room 114',
140142
'shippingCity' => 'Shipstown',
141143
'shippingPostcode' => '54321',
142144
'shippingState' => 'NY',

0 commit comments

Comments
 (0)