1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

remove stripe omnipay driver

This commit is contained in:
David Bomba 2020-09-25 20:05:45 +10:00
parent 951188b39e
commit 038d5e0406
2 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,7 @@ class Gateway extends StaticModel
'is_secure' => 'boolean',
'recommended' => 'boolean',
//'visible' => 'boolean',
//'sort_order' => 'int',
'updated_at' => 'timestamp',
'created_at' => 'timestamp',
'default_gateway_type_id' => 'string',

View File

@ -48,7 +48,6 @@
"maennchen/zipstream-php": "^1.2",
"nwidart/laravel-modules": "^6.0",
"omnipay/paypal": "^3.0",
"omnipay/stripe": "^3.0",
"predis/predis": "^1.1",
"sentry/sentry-laravel": "^1.8",
"spatie/browsershot": "^3.37",