1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-18 23:42:25 +02:00

Remove last mentions of PHP-Payments

Closes #257
This commit is contained in:
Jeramy Simpson 2015-04-06 15:55:17 +10:00
parent 698809fa01
commit b8c1d49e30
3 changed files with 4 additions and 5 deletions

View File

@ -304,8 +304,9 @@ class AccountController extends BaseController
$account->invoice_number_counter = Input::get('invoice_number_counter');
$account->quote_number_prefix = Input::get('quote_number_prefix');
$account->share_counter = Input::get('share_counter') ? true : false;
$account->pdf_email_attachment = Input::get('pdf_email_attachment') ? true : false;
// TODO: Fix pdf email attachment settings
// $account->pdf_email_attachment = Input::get('pdf_email_attachment') ? true : false;
if (!$account->share_counter) {
$account->quote_number_counter = Input::get('quote_number_counter');

View File

@ -174,7 +174,6 @@ class ConstantsSeeder extends Seeder
DateFormat::create(array('format' => 'Y-M-d', 'picker_format' => 'yyyy-M-dd', 'label' => '2013-03-10'));
PaymentLibrary::create(['name' => 'Omnipay']);
PaymentLibrary::create(['name' => 'PHP-Payments']);
/*
d, dd: Numeric date, no leading zero and leading zero, respectively. Eg, 5, 05.

View File

@ -1,4 +1,4 @@
# Invoice Ninja - Rebuilt in Laravel 5
# Invoice Ninja
## Simple, Intuitive Invoicing
### [https://www.invoiceninja.com](https://www.invoiceninja.com)
@ -122,6 +122,5 @@ Add public/ to your web server root then load / to configure the application.
* [josscrowcroft/accounting.js](https://github.com/josscrowcroft/accounting.js) - A lightweight JavaScript library for number, money and currency formatting
* [jashkenas/underscore](https://github.com/jashkenas/underscore) - JavaScript's utility _ belt
* [caouecs/Laravel4-long](https://github.com/caouecs/Laravel4-lang) - List of languages for Laravel4
* [calvinfroedge/PHP-Payments](https://github.com/calvinfroedge/PHP-Payments) - A uniform payments interface for PHP
* [bgrins/spectrum](https://github.com/bgrins/spectrum) - The No Hassle JavaScript Colorpicker
* [lokesh/lightbox2](https://github.com/lokesh/lightbox2/) - The original lightbox script