Skip to content

Commit 1a90f73

Browse files
committed
Updated via scripts/post-patches.sh
1 parent 2dc7ff7 commit 1a90f73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/net/authorize/api/contract/v1/PaymentScheduleType.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ public function getStartDate()
7373
*/
7474
public function setStartDate(\DateTime $startDate)
7575
{
76-
$strDateOnly = $startDate->format('Y-m-d');
77-
$this->startDate = \DateTime::createFromFormat('!Y-m-d', $strDateOnly);
76+
$strDateOnly = $startDate->format("Y-m-d");
77+
$this->startDate = \DateTime::createFromFormat("!Y-m-d", $strDateOnly);
7878
return $this;
7979
}
8080

0 commit comments

Comments
 (0)