From bad72625a698fe5c1d3bf8d5e9329b9a6ec929f3 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 7 Nov 2022 11:32:10 +1100 Subject: [PATCH] GoCardless Intant Bank Pay --- app/PaymentDrivers/GoCardless/InstantBankPay.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/PaymentDrivers/GoCardless/InstantBankPay.php b/app/PaymentDrivers/GoCardless/InstantBankPay.php index 09860661883b..5543a3992a3a 100644 --- a/app/PaymentDrivers/GoCardless/InstantBankPay.php +++ b/app/PaymentDrivers/GoCardless/InstantBankPay.php @@ -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, - ], ], ]);