Fix recording charges

This commit is contained in:
Deon George
2022-06-13 14:34:45 +10:00
parent 2590997b1a
commit 9e889008bf
4 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ class Charge extends Model
protected $dates = [
'start_at',
'stop_at',
'charged_at', // @todo Dont remember what this attribute is for
'charge_at', // The date the charge applies - since it can be different to created_at
];
public const sweep = [