mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
30 lines
776 B
YAML
30 lines
776 B
YAML
payment_schedule_12:
|
|
id: 12
|
|
total: 180000
|
|
reference: 2106309/E
|
|
payment_method: card
|
|
wallet_amount:
|
|
wallet_transaction_id:
|
|
coupon_id:
|
|
environment: development
|
|
invoicing_profile_id: 9
|
|
statistic_profile_id: 9
|
|
operator_profile_id: 1
|
|
created_at: '2021-06-14 12:24:45.843714'
|
|
updated_at: '2021-06-14 12:24:45.908386'
|
|
|
|
payment_schedule_13:
|
|
id: 13
|
|
total: 180000
|
|
reference: <%= 9.months.ago.utc.strftime('%y%m310/E') %>
|
|
payment_method: card
|
|
wallet_amount:
|
|
wallet_transaction_id:
|
|
coupon_id:
|
|
environment: development
|
|
invoicing_profile_id: 10
|
|
statistic_profile_id: 10
|
|
operator_profile_id: 10
|
|
created_at: <%= 9.months.ago.utc.strftime('%Y-%m-%d %H:%M:%S.%9N Z') %>
|
|
updated_at: <%= 9.months.ago.utc.strftime('%Y-%m-%d %H:%M:%S.%9N Z') %>
|