mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Minor fixes for Paypal
This commit is contained in:
parent
d70a9ddd05
commit
194defa49c
@ -43,6 +43,11 @@ class PayPalExpressPaymentDriver extends BaseDriver
|
||||
];
|
||||
}
|
||||
|
||||
public function init()
|
||||
{
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize Omnipay PayPal_Express gateway.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user