We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264f35e commit 0f0dbfaCopy full SHA for 0f0dbfa
1 file changed
tests/AuthorizeNetCIM_Test.php
@@ -353,9 +353,7 @@ public function testAll()
353
$paymentProfile = new AuthorizeNetPaymentProfile;
354
$paymentProfile->customerType = "individual";
355
$paymentProfile->payment->creditCard->cardNumber = "4111111111111111";
356
-
357
$paymentProfile->payment->creditCard->expirationDate = (date("Y") + 5) ."-10";
358
359
$response = $request->createCustomerPaymentProfile($customerProfileId, $paymentProfile);
360
$this->assertTrue($response->isOk());
361
$paymentProfileId = $response->getPaymentProfileId();
0 commit comments