GoCardless Intant Bank Pay
This commit is contained in:
parent
1c1dbba6d5
commit
bad72625a6
1 changed files with 1 additions and 4 deletions
|
|
@ -59,7 +59,7 @@ class InstantBankPay implements MethodInterface
|
|||
'description' => ctrans('texts.invoices').': '.collect($data['invoices'])->pluck('invoice_number'),
|
||||
'amount' => (string) $data['amount_with_fee'] * 100,
|
||||
'currency' => $this->go_cardless->client->getCurrencyCode(),
|
||||
]
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
||||
|
|
@ -73,9 +73,6 @@ class InstantBankPay implements MethodInterface
|
|||
'links' => [
|
||||
'billing_request' => $billing_request->id,
|
||||
],
|
||||
'metadata' => [
|
||||
'payment_hash' => $this->go_cardless->payment_hash->hash,
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue