Close no-longer-active webforms - by dinarcon on live
This commit is contained in:
parent
a8b72639e8
commit
21584cbaf0
5 changed files with 110 additions and 70 deletions
|
@ -1,6 +1,6 @@
|
|||
uuid: 84a602e9-1d4e-401a-aacf-a26c37618058
|
||||
langcode: en
|
||||
status: open
|
||||
status: closed
|
||||
dependencies:
|
||||
module:
|
||||
- stripe_webform
|
||||
|
@ -236,24 +236,32 @@ access:
|
|||
handlers:
|
||||
stripe:
|
||||
id: stripe
|
||||
handler_id: stripe
|
||||
handler_id: null
|
||||
label: Stripe
|
||||
notes: ''
|
||||
status: true
|
||||
conditions: { }
|
||||
weight: 0
|
||||
weight: null
|
||||
settings:
|
||||
amount: '250'
|
||||
stripe_element: payment
|
||||
plan_id: ''
|
||||
quantity: ''
|
||||
currency: usd
|
||||
description: '[webform:title]'
|
||||
email: '[webform_submission:values:email]'
|
||||
metadata: ''
|
||||
stripe_customer_create: ''
|
||||
stripe_charge_create: ''
|
||||
stripe_subscription_create: ''
|
||||
id: stripe
|
||||
handler_id: stripe
|
||||
label: Stripe
|
||||
notes: ''
|
||||
status: true
|
||||
conditions: { }
|
||||
weight: 0
|
||||
settings:
|
||||
amount: '250'
|
||||
stripe_element: payment
|
||||
plan_id: ''
|
||||
quantity: ''
|
||||
currency: usd
|
||||
description: '[webform:title]'
|
||||
email: '[webform_submission:values:email]'
|
||||
metadata: ''
|
||||
stripe_customer_create: ''
|
||||
stripe_charge_create: ''
|
||||
stripe_subscription_create: ''
|
||||
email:
|
||||
id: email
|
||||
handler_id: email
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue