Test fixed
This commit is contained in:
parent
e966647205
commit
36ffeb3b4c
@ -90,7 +90,7 @@ class Transaction extends Factory
|
||||
return $this->state([
|
||||
'type' => $this->getRawAttribute('type') . '-recurring',
|
||||
'number' => $this->getNumber('-recurring'),
|
||||
'recurring_started_at' => $this->getRawAttribute('paid_at'),
|
||||
'recurring_started_at' => Date::now()->format('Y-m-d H:i:s'),
|
||||
'recurring_frequency' => 'daily',
|
||||
'recurring_custom_frequency' => 'daily',
|
||||
'recurring_interval' => '1',
|
||||
|
Loading…
x
Reference in New Issue
Block a user