Stub required fields for custom payment drivers
This commit is contained in:
parent
80c1d0b2eb
commit
af8ea65b33
1 changed files with 5 additions and 0 deletions
|
|
@ -106,4 +106,9 @@ class CustomPaymentDriver extends BaseDriver
|
|||
{
|
||||
// Driver doesn't support this feature.
|
||||
}
|
||||
|
||||
public function getClientRequiredFields(): array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue