From 67235d1c6a2f91144aa8cef3d831c9182d4d0851 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Fri, 24 Nov 2017 10:35:35 +0200 Subject: [PATCH] Add missing payment type texts --- resources/lang/en/texts.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 2f1d5be30aa1..bfadadd6da02 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -1416,6 +1416,8 @@ $LANG = array( 'payment_type_Alipay' => 'Alipay', 'payment_type_Sofort' => 'Sofort', 'payment_type_SEPA' => 'SEPA Direct Debit', + 'payment_type_Bitcoin' => 'Bitcoin', + 'payment_type_GoCardless' => 'GoCardless', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal',