Skip to content

Commit

Permalink
Update Charge Object
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 committed Feb 4, 2020
1 parent 93cb375 commit bc971bc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ class Charge extends StripeModel
// "transfer_data" => [],
// "transfer_group" => '',
// ];

public $insertAttributes = [
'receipt_email',
'description',
'customer',
'amount',
'currency',
'metadata'
];

public $queryAttributes = [
'created' => ['<', '<=', '>=', '>'],
Expand Down

0 comments on commit bc971bc

Please sign in to comment.