Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Commit

Permalink
renamed payment date to payment receipt date
Browse files Browse the repository at this point in the history
  • Loading branch information
brettminnie committed Oct 8, 2014
1 parent 869d035 commit 4563e44
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -132,6 +132,6 @@ public function testGetSetPaymentReceiptDateString()
$this->assertEquals($expected, $this->paymentType->getPaymentReceiptDateString());

$expected = date('Y/d/m');
$this->paymentType->getPaymentReceiptDateString($expected);
$this->paymentType->setPaymentReceiptDateString($expected);
}
}

0 comments on commit 4563e44

Please sign in to comment.