mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
fix fake_data
This commit is contained in:
parent
e335ae7d52
commit
e8b69014cd
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ def fake_data():
|
|||
update_url="https://checkout.paddle.com/subscription/update?user=1234",
|
||||
subscription_id="123",
|
||||
event_time=arrow.now(),
|
||||
next_bill_date=arrow.now().shift(days=1),
|
||||
next_bill_date=arrow.now().shift(days=10).date(),
|
||||
plan=PlanEnum.monthly,
|
||||
)
|
||||
db.session.commit()
|
||||
|
|
Loading…
Reference in a new issue