mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -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.
|
// Driver doesn't support this feature.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getClientRequiredFields(): array
|
||||||
|
{
|
||||||
|
return [];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user