Skip to content

Commit

Permalink
Update start.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andypieters committed Feb 15, 2016
1 parent c63fd60 commit 5d11a9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/transaction/start.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
'extra2' => 'ext2',
'extra3' => 'ext3',
'ipaddress' => '127.0.0.1',
'invoiceDate' => new DateTime('2016-02-16'),
'deliveryDate' => new DateTime('2016-06-06'),
'invoiceDate' => new DateTime('now'),
'deliveryDate' => new DateTime('2016-06-06'), // in case of tickets for an event, use the event date here
'products' => array(
array(
'id' => 1,
Expand Down Expand Up @@ -89,4 +89,4 @@

} catch (\Paynl\Error\Error $e) {
echo "Fout: " . $e->getMessage();
}
}

0 comments on commit 5d11a9b

Please sign in to comment.