Added 'money order' payment type

This commit is contained in:
Hillel Coren 2017-05-16 11:25:12 +03:00
parent a343e044d4
commit 48d22a48bf
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class PaymentTypesSeeder extends Seeder
['name' => 'iZettle', 'gateway_type_id' => GATEWAY_TYPE_CREDIT_CARD],
['name' => 'Swish', 'gateway_type_id' => GATEWAY_TYPE_BANK_TRANSFER],
['name' => 'Venmo'],
['name' => 'Money Order'],
];
foreach ($paymentTypes as $paymentType) {

View File

@ -2222,6 +2222,7 @@ $LANG = array(
'sample_commands' => 'Sample commands',
'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.',
'payment_type_Venmo' => 'Venmo',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Successfully archived :count products',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',