diff --git a/README.md b/README.md index ad087d72d3a1..d8746a3a687f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ### [https://www.invoiceninja.com](https://www.invoiceninja.com) -If you'd like to use our code to sell your own invoicing app we offer a white-label affiliate program. We ask for 20% of revenue earned with a $100 sign up fee. Get in touch for more details. +If you'd like to use our code to sell your own invoicing app we offer a white-label affiliate program. We ask for 20% of revenue with a $100 sign up fee. Get in touch for more details. ### Introduction diff --git a/app/config/app.php b/app/config/app.php index 402f06b6265e..1aacbf06ef96 100755 --- a/app/config/app.php +++ b/app/config/app.php @@ -13,7 +13,7 @@ return array( | */ - 'debug' => true, + 'debug' => false, /* |-------------------------------------------------------------------------- diff --git a/app/lang/en/texts.php b/app/lang/en/texts.php index d682d1ce246a..002e0911f140 100644 --- a/app/lang/en/texts.php +++ b/app/lang/en/texts.php @@ -460,4 +460,12 @@ return array( 'sent' => 'sent', 'timesheets' => 'Timesheets', + + 'payment_title' => 'Enter Your Billing Address and Credit Card information', + 'payment_cvv' => '*This is the 3-4 digit number onthe back of your card', + 'payment_footer1' => '*Billing address must match address accociated with credit card.', + 'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.' + + + ); diff --git a/app/views/payments/payment.blade.php b/app/views/payments/payment.blade.php index 3fabe4f0e88f..a992a97f3920 100755 --- a/app/views/payments/payment.blade.php +++ b/app/views/payments/payment.blade.php @@ -66,7 +66,7 @@