We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6741054 commit 4939b9aCopy full SHA for 4939b9a
src/TestCase.php
@@ -121,13 +121,15 @@ public function getValidCard()
121
'cvv' => rand(100, 999),
122
'billingAddress1' => '123 Billing St',
123
'billingAddress2' => 'Billsville',
124
+ 'billingAddress3' => 'Building B, Room 308',
125
'billingCity' => 'Billstown',
126
'billingPostcode' => '12345',
127
'billingState' => 'CA',
128
'billingCountry' => 'US',
129
'billingPhone' => '(555) 123-4567',
130
'shippingAddress1' => '123 Shipping St',
131
'shippingAddress2' => 'Shipsville',
132
+ 'shippingAddress3' => 'Building S, Room 114',
133
'shippingCity' => 'Shipstown',
134
'shippingPostcode' => '54321',
135
'shippingState' => 'NY',
0 commit comments