mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Updates for gocardless
This commit is contained in:
parent
c9a5683ecd
commit
6eaf8a290d
@ -98,6 +98,8 @@ class InstantBankPay implements MethodInterface
|
|||||||
$request->getPaymentHash()
|
$request->getPaymentHash()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->go_cardless->init();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$billing_request = $this->go_cardless->gateway->billingRequests()->get(
|
$billing_request = $this->go_cardless->gateway->billingRequests()->get(
|
||||||
$this->go_cardless->payment_hash->data->billing_request
|
$this->go_cardless->payment_hash->data->billing_request
|
||||||
|
Loading…
x
Reference in New Issue
Block a user