From 038d5e0406815a7d0a713d97d4a09200fff5f941 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 25 Sep 2020 20:05:45 +1000 Subject: [PATCH] remove stripe omnipay driver --- app/Models/Gateway.php | 1 + composer.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Gateway.php b/app/Models/Gateway.php index 7e94fb8397..fe41ae3a47 100644 --- a/app/Models/Gateway.php +++ b/app/Models/Gateway.php @@ -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', diff --git a/composer.json b/composer.json index 2b584ceebb..b189ac1cd5 100644 --- a/composer.json +++ b/composer.json @@ -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",