diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index f54cd8b672c2..a5acec2a4484 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3215,4 +3215,8 @@ return [ 'checkout_com' => 'Checkout.com', 'footer_label' => 'Copyright © :year Invoice Ninja. All rights reserved.', + + 'credit_card_invalid' => 'Provided credit card number is not valid.', + 'month_invalid' => 'Provided month is not valid.', + 'year_invalid' => 'Provided year is not valid.', ]; diff --git a/resources/views/portal/ninja2020/gateways/authorize/add_credit_card.blade.php b/resources/views/portal/ninja2020/gateways/authorize/add_credit_card.blade.php index acc9b015a41a..c8661ee018d6 100644 --- a/resources/views/portal/ninja2020/gateways/authorize/add_credit_card.blade.php +++ b/resources/views/portal/ninja2020/gateways/authorize/add_credit_card.blade.php @@ -4,6 +4,10 @@ @push('head') + + + + @endpush @section('body') @@ -31,20 +35,17 @@