Fix recording charges
This commit is contained in:
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user