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 17af947 commit 70a1b3aCopy full SHA for 70a1b3a
src/Common/CreditCard.php
@@ -262,6 +262,7 @@ public function validate()
262
throw new InvalidCreditCardException('Card number should have 12 to 19 digits');
263
}
264
265
+
266
/**
267
* Get Card Title.
268
*
@@ -796,7 +797,7 @@ public function setBillingAddress2($value)
796
797
return $this->setParameter('billingAddress2', $value);
798
799
- /**
800
+ /**
801
* Get the billing address, line 3.
802
803
* @return string
@@ -1116,7 +1117,7 @@ public function setShippingAddress2($value)
1116
1117
return $this->setParameter('shippingAddress2', $value);
1118
1119
1120
1121
* Get the shipping address, line 3.
1122
1123
0 commit comments