Skip to content

Commit 0f0dbfa

Browse files
authored
Update AuthorizeNetCIM_Test.php
1 parent 264f35e commit 0f0dbfa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/AuthorizeNetCIM_Test.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,7 @@ public function testAll()
353353
$paymentProfile = new AuthorizeNetPaymentProfile;
354354
$paymentProfile->customerType = "individual";
355355
$paymentProfile->payment->creditCard->cardNumber = "4111111111111111";
356-
357356
$paymentProfile->payment->creditCard->expirationDate = (date("Y") + 5) ."-10";
358-
359357
$response = $request->createCustomerPaymentProfile($customerProfileId, $paymentProfile);
360358
$this->assertTrue($response->isOk());
361359
$paymentProfileId = $response->getPaymentProfileId();

0 commit comments

Comments
 (0)