We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc7ff7 commit 1a90f73Copy full SHA for 1a90f73
1 file changed
lib/net/authorize/api/contract/v1/PaymentScheduleType.php
@@ -73,8 +73,8 @@ public function getStartDate()
73
*/
74
public function setStartDate(\DateTime $startDate)
75
{
76
- $strDateOnly = $startDate->format('Y-m-d');
77
- $this->startDate = \DateTime::createFromFormat('!Y-m-d', $strDateOnly);
+ $strDateOnly = $startDate->format("Y-m-d");
+ $this->startDate = \DateTime::createFromFormat("!Y-m-d", $strDateOnly);
78
return $this;
79
}
80
0 commit comments