mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Minor Fixes
This commit is contained in:
parent
47be74321c
commit
e3d9bd15e2
@ -136,7 +136,7 @@ class CreditCard
|
||||
return $this->processSuccessfulPayment($result);
|
||||
}
|
||||
|
||||
$error = 'Undefined gateway error';
|
||||
$error = $result ?: 'Undefined gateway error';
|
||||
|
||||
return $this->processUnsuccessfulPayment($error);
|
||||
|
||||
|
@ -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
1655
composer.lock
generated
File diff suppressed because it is too large
Load Diff
10431
package-lock.json
generated
10431
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user