From 5403e7a34719d212911f1410d06f5b7ac749cc0a Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Sat, 10 Mar 2018 14:46:37 +0100 Subject: [PATCH] Update stripe.php --- htdocs/stripe/admin/stripe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/stripe/admin/stripe.php b/htdocs/stripe/admin/stripe.php index d25831ee264..42306b5b866 100644 --- a/htdocs/stripe/admin/stripe.php +++ b/htdocs/stripe/admin/stripe.php @@ -208,7 +208,7 @@ print ''; } else { print ''.$langs->trans("StripeConnect").''; print ''.$langs->trans("StripeConnect_Mode").'
'; - print $langs->trans("STRIPE_APPLICATION_FEE_PLATFORM"); + print $langs->trans("STRIPE_APPLICATION_FEE_PLATFORM").' '; print price($conf->global->STRIPE_APPLICATION_FEE_PERCENT); print '% + '; print price($conf->global->STRIPE_APPLICATION_FEE);