amal
b7aa1c6971
- Implement a complete cycle for buying a Matrix Chat Host - Refactor the Payement cycle and stripe related methods
21 lines
454 B
Python
21 lines
454 B
Python
# Generated by Django 3.2.4 on 2021-07-09 09:14
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('uncloud_pay', '0020_rename_is_final_bill_is_closed'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='order',
|
|
name='stripe_charge_id',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='order',
|
|
name='vm_id',
|
|
),
|
|
]
|