From e52e04ba29ed4b103073d13495d4eeb1d5f15ce9 Mon Sep 17 00:00:00 2001 From: stveep Date: Mon, 24 Oct 2016 21:30:18 +0100 Subject: [PATCH] Adding Stripe Connect information so we don't forget it later --- .../admin/enterprises/form/_stripe_connect.html.haml | 10 +++++++++- config/locales/en.yml | 5 +++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/app/views/admin/enterprises/form/_stripe_connect.html.haml b/app/views/admin/enterprises/form/_stripe_connect.html.haml index eb84e97ad9..d6cd5ecb53 100644 --- a/app/views/admin/enterprises/form/_stripe_connect.html.haml +++ b/app/views/admin/enterprises/form/_stripe_connect.html.haml @@ -3,4 +3,12 @@ = link_to 'Delete', main_app.admin_enterprise_stripe_account_path(@enterprise,@stripe_account), method: :delete - else %a.stripe-connect{href: 'stripe_connect'} - .span= t :connect_with_stripe + .stripe-info + -# Recommended info to impart (from Stripe Connect docs): + -# indicate to the user what you’re responsible for and what they’ll be expected to do. It’s particularly important to communicate: + -# That they’ll need to create and maintain their Stripe account. + -# That they’ll need to handle chargebacks and all customer service issues. + -# Who is responsible for paying the Stripe fees. + -# What, if any, fees the platform charges. + =t :stripe_connect_info + %span= t :connect_with_stripe diff --git a/config/locales/en.yml b/config/locales/en.yml index d84550df35..b4581f6236 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -519,6 +519,11 @@ en: close_date: Close Date social: twitter_placeholder: eg. @the_prof + stripe_connect: + connect_with_stripe: "Connect with Stripe" + stripe_connect_info: "Connect your Stripe account by clicking the button below. This will allow Open Food Network to charge your customers on your behalf. You will need to maintain your Stripe account, pay Stripe fees and handle any chargebacks and customer service." + stripe_account_connected: "Stripe account connected." + disconnect: "Disconnect account" tag_rules: default_rules: by_default: By Default