mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 02:24:29 -04:00
Stub required fields for custom payment drivers
This commit is contained in:
parent
80c1d0b2eb
commit
af8ea65b33
@ -106,4 +106,9 @@ class CustomPaymentDriver extends BaseDriver
|
||||
{
|
||||
// Driver doesn't support this feature.
|
||||
}
|
||||
|
||||
public function getClientRequiredFields(): array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user