Minor fixes for Paypal
This commit is contained in:
parent
d70a9ddd05
commit
194defa49c
1 changed files with 5 additions and 0 deletions
|
|
@ -43,6 +43,11 @@ class PayPalExpressPaymentDriver extends BaseDriver
|
|||
];
|
||||
}
|
||||
|
||||
public function init()
|
||||
{
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize Omnipay PayPal_Express gateway.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue