mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Adding Stripe Connect information so we don't forget it later
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user