Stripe in Blender Studio #93018
@ -1,32 +1,4 @@
|
||||
[
|
||||
{
|
||||
"model": "looper.gateway",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"name": "braintree",
|
||||
"is_default": false,
|
||||
"frontend_name": "Credit Card or PayPal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "looper.gateway",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"name": "bank",
|
||||
"is_default": false,
|
||||
"frontend_name": "Bank Transfer",
|
||||
"form_description": "<p>This option requires you to manually perform a bank transfer before the membership can be activated. Automatic payment is not possible with bank transfer. Bank details will be given to you when you choose this option.</p>"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "looper.gateway",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"name": "stripe",
|
||||
"is_default": true,
|
||||
"frontend_name": "Checkout with Stripe"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "looper.product",
|
||||
"pk": 1,
|
||||
|
30
looper/fixtures/gateways.json
Normal file
30
looper/fixtures/gateways.json
Normal file
@ -0,0 +1,30 @@
|
||||
[
|
||||
{
|
||||
"model": "looper.gateway",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"name": "braintree",
|
||||
"is_default": false,
|
||||
"frontend_name": "Credit Card or PayPal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "looper.gateway",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"name": "bank",
|
||||
"is_default": false,
|
||||
"frontend_name": "Bank Transfer",
|
||||
"form_description": "<p>This option requires you to manually perform a bank transfer before the membership can be activated. Automatic payment is not possible with bank transfer. Bank details will be given to you when you choose this option.</p>"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "looper.gateway",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"name": "stripe",
|
||||
"is_default": true,
|
||||
"frontend_name": "Checkout with Stripe"
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user