Fixes for required client fields
This commit is contained in:
parent
c8cf587035
commit
80c1d0b2eb
1 changed files with 5 additions and 0 deletions
|
|
@ -43,6 +43,11 @@ class CustomPaymentDriver extends BaseDriver
|
|||
return $types;
|
||||
}
|
||||
|
||||
public function init()
|
||||
{
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function setPaymentMethod($payment_method_id)
|
||||
{
|
||||
$this->payment_method = $payment_method_id;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue