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

Minor Fixes

This commit is contained in:
David Bomba 2021-11-25 09:42:19 +11:00
parent 47be74321c
commit e3d9bd15e2
4 changed files with 10971 additions and 1120 deletions

View File

@ -136,7 +136,7 @@ class CreditCard
return $this->processSuccessfulPayment($result);
}
$error = 'Undefined gateway error';
$error = $result ?: 'Undefined gateway error';
return $this->processUnsuccessfulPayment($error);

View File

@ -98,8 +98,7 @@
"laravel/dusk": "^6.15",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.0",
"vimeo/psalm": "^4.0"
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {

1655
composer.lock generated

File diff suppressed because it is too large Load Diff

10431
package-lock.json generated

File diff suppressed because it is too large Load Diff