mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
32 lines
1017 B
YAML
32 lines
1017 B
YAML
|
|
subscription_1:
|
|
id: 1
|
|
plan_id: 2
|
|
user_id: 3
|
|
stp_subscription_id: sub_8DGB4ErIc2asOv
|
|
created_at: <%= 10.days.ago.utc.strftime('%Y-%m-%d %H:%M:%S.%9N Z') %>
|
|
updated_at: <%= 10.days.ago.utc.strftime('%Y-%m-%d %H:%M:%S.%9N Z') %>
|
|
expired_at: <%= (1.month.from_now - 11.days).utc.strftime('%Y-%m-%d %H:%M:%S.%9N Z') %>
|
|
canceled_at: <%= (10.days.ago + 1.minute).utc.strftime('%Y-%m-%d %H:%M:%S.%9N Z') %>
|
|
|
|
subscription_2:
|
|
id: 2
|
|
plan_id: 3
|
|
user_id: 4
|
|
stp_subscription_id:
|
|
created_at: <%= 10.days.ago.utc.strftime('%Y-%m-%d %H:%M:%S.%9N Z') %>
|
|
updated_at: <%= 10.days.ago.utc.strftime('%Y-%m-%d %H:%M:%S.%9N Z') %>
|
|
expired_at: <%= (1.month.from_now - 11.days).utc.strftime('%Y-%m-%d %H:%M:%S.%9N Z') %>
|
|
canceled_at:
|
|
|
|
# subscription has expired (do not change dates)
|
|
subscription_3:
|
|
id: 3
|
|
plan_id: 1
|
|
user_id: 7
|
|
stp_subscription_id:
|
|
created_at: 2012-03-12 11:03:31.651441000 Z
|
|
updated_at: 2012-03-12 11:03:31.651441000 Z
|
|
expired_at: 2012-04-12 11:03:31.648274000 Z
|
|
canceled_at:
|