mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:34:30 -04: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.
|
* Initialize Omnipay PayPal_Express gateway.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user