From 56bad9b98f45dc40bd57cbd6f1171972b97ab54b Mon Sep 17 00:00:00 2001
From: Leith Caldwell <leith@codedruids.com>
Date: Thu, 10 Dec 2020 11:20:48 +1300
Subject: [PATCH] Add valid test data for third address line to dummy valid
 card

---
 src/TestCase.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/TestCase.php b/src/TestCase.php
index 2097f9d..270f3bf 100644
--- a/src/TestCase.php
+++ b/src/TestCase.php
@@ -130,6 +130,7 @@ public function getValidCard()
             'cvv' => rand(100, 999),
             'billingAddress1' => '123 Billing St',
             'billingAddress2' => 'Billsville',
+            'billingAddress3' => 'Building B, Room 308',
             'billingCity' => 'Billstown',
             'billingPostcode' => '12345',
             'billingState' => 'CA',
@@ -137,6 +138,7 @@ public function getValidCard()
             'billingPhone' => '(555) 123-4567',
             'shippingAddress1' => '123 Shipping St',
             'shippingAddress2' => 'Shipsville',
+            'shippingAddress3' => 'Building S, Room 114',
             'shippingCity' => 'Shipstown',
             'shippingPostcode' => '54321',
             'shippingState' => 'NY',