Issue installing FedACHdir via Composer #2576

This commit is contained in:
Hillel Coren 2019-01-02 16:38:03 +02:00
parent e14598e815
commit 785e5ecbcc
4 changed files with 18582 additions and 37 deletions

View file

@ -173,7 +173,7 @@ class PaymentMethod extends EntityModel
return $cached == false ? null : $cached;
}
$dataPath = base_path('vendor/gatepay/FedACHdir/FedACHdir.txt');
$dataPath = base_path('app/Ninja/PaymentDrivers/FedACHdir.txt');
if (! file_exists($dataPath) || ! $size = filesize($dataPath)) {
return 'Invalid data file';

File diff suppressed because it is too large Load diff

View file

@ -33,7 +33,6 @@
"dompdf/dompdf": "0.6.2",
"ezyang/htmlpurifier": "~v4.7",
"fzaninotto/faker": "^1.5",
"gatepay/FedACHdir": "dev-master@dev",
"google/apiclient": "^2.0",
"guzzlehttp/guzzle": "^6.3",
"intervention/image": "dev-master",
@ -125,22 +124,6 @@
"optimize-autoloader": true
},
"repositories": [
{
"type": "package",
"package": {
"name": "gatepay/FedACHdir",
"version": "dev-master",
"dist": {
"url": "https://github.com/gatepay/FedACHdir/archive/master.zip",
"type": "zip"
},
"source": {
"url": "https://github.com/gatepay/FedACHdir.git",
"type": "git",
"reference": "origin/master"
}
}
},
{
"type": "vcs",
"url": "https://github.com/hillelcoren/l5-google-cloud-storage"

20
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "4605baead94fdb172cbb81d108543740",
"content-hash": "660822049ea7ba30a99d1e6379cf66b4",
"packages": [
{
"name": "abdala/omnipay-pagseguro",
@ -2609,23 +2609,6 @@
],
"time": "2017-08-15T16:48:10+00:00"
},
{
"name": "gatepay/FedACHdir",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/gatepay/FedACHdir.git",
"reference": "origin/master"
},
"dist": {
"type": "zip",
"url": "https://github.com/gatepay/FedACHdir/archive/master.zip",
"reference": "origin/master",
"shasum": null
},
"type": "library",
"time": "2017-12-08T12:01:09+00:00"
},
{
"name": "gocardless/gocardless-pro",
"version": "1.5.0",
@ -13178,7 +13161,6 @@
"codedge/laravel-selfupdater": 20,
"collizo4sky/omnipay-wepay": 20,
"digitickets/omnipay-gocardlessv2": 20,
"gatepay/fedachdir": 20,
"intervention/image": 20,
"jlapp/swaggervel": 20,
"jonnyw/php-phantomjs": 20,