mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 00:04:29 -04:00
Fixes for required client fields
This commit is contained in:
parent
c8cf587035
commit
80c1d0b2eb
@ -43,6 +43,11 @@ class CustomPaymentDriver extends BaseDriver
|
|||||||
return $types;
|
return $types;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function init()
|
||||||
|
{
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
public function setPaymentMethod($payment_method_id)
|
public function setPaymentMethod($payment_method_id)
|
||||||
{
|
{
|
||||||
$this->payment_method = $payment_method_id;
|
$this->payment_method = $payment_method_id;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user