GoCardless Intant Bank Pay

This commit is contained in:
David Bomba 2022-11-07 11:27:55 +11:00
parent f4b9889f0f
commit 1c1dbba6d5

View File

@ -59,10 +59,7 @@ class InstantBankPay implements MethodInterface
'description' => ctrans('texts.invoices').': '.collect($data['invoices'])->pluck('invoice_number'), 'description' => ctrans('texts.invoices').': '.collect($data['invoices'])->pluck('invoice_number'),
'amount' => (string) $data['amount_with_fee'] * 100, 'amount' => (string) $data['amount_with_fee'] * 100,
'currency' => $this->go_cardless->client->getCurrencyCode(), 'currency' => $this->go_cardless->client->getCurrencyCode(),
], ]
'metadata' => [
'payment_hash' => $this->go_cardless->payment_hash->hash,
],
], ],
]); ]);