From faf9fae692f513e1458d08ba69fd4a24572ee173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 16 Jun 2020 10:19:26 -0400 Subject: [PATCH] Enable Stripe Webform --- config/sync/core.extension.yml | 2 ++ config/sync/language/es/webform.settings.yml | 1 + config/sync/stripe.settings.yml | 12 ++++++++++++ 3 files changed, 15 insertions(+) create mode 100644 config/sync/stripe.settings.yml diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 5a5f32c..7e238aa 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -135,6 +135,8 @@ module: skins: 0 social_media_links: 0 statistics: 0 + stripe: 0 + stripe_webform: 0 syslog: 0 system: 0 taxonomy: 0 diff --git a/config/sync/language/es/webform.settings.yml b/config/sync/language/es/webform.settings.yml index ca80ba7..5515524 100644 --- a/config/sync/language/es/webform.settings.yml +++ b/config/sync/language/es/webform.settings.yml @@ -1,5 +1,6 @@ settings: default_form_close_message: 'Sorry…This form is closed to new submissions.' + default_submit_button_label: Enviar default_preview_next_button_label: 'Vista previa' default_preview_label: 'Vista previa' mail: diff --git a/config/sync/stripe.settings.yml b/config/sync/stripe.settings.yml new file mode 100644 index 0000000..696dcb5 --- /dev/null +++ b/config/sync/stripe.settings.yml @@ -0,0 +1,12 @@ +environment: test +apikey: + test: + public: '' + secret: '' + webhook: '' + live: + public: '' + secret: '' + webhook: '' +_core: + default_config_hash: rvasJJkL462tLuGEfcTDUE_1ReQ_UkXB1gsCVJtCIPg