mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes
This commit is contained in:
parent
409aa60928
commit
8e62c5ac51
@ -190,6 +190,11 @@ class Gateway extends StaticModel
|
||||
GatewayType::CREDIT_CARD => ['refund' => true, 'token_billing' => true], // Forte
|
||||
GatewayType::BANK_TRANSFER => ['refund' => true, 'token_billing' => true, 'webhooks' => [' ']],
|
||||
];
|
||||
case 60:
|
||||
return [
|
||||
GatewayType::PAYPAL => ['refund' => false, 'token_billing' => false],
|
||||
]; //Paypal
|
||||
|
||||
default:
|
||||
return [];
|
||||
}
|
||||
|
@ -23,7 +23,6 @@ return new class extends Migration
|
||||
$fields->secret = "";
|
||||
$fields->testMode = false;
|
||||
|
||||
|
||||
$paypal = new Gateway;
|
||||
$paypal->id = 60;
|
||||
$paypal->name = 'PayPal REST';
|
||||
|
Loading…
x
Reference in New Issue
Block a user