Skip to content

Commit

Permalink
Add TxnDate to the defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspertey committed Jan 5, 2022
1 parent 5f5c8bb commit e33c696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Integrations/QBO/ReceiptHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class ReceiptHelper
public static function process($invoice = [])
{
$defaults = [
'TxnDate' => now()->format('Y-m-d'),
'Line' => [],
'CustomerRef' => [
'value' => null,
Expand Down

0 comments on commit e33c696

Please sign in to comment.