From 3ed29c8e77953044240180441b400e095368ccc9 Mon Sep 17 00:00:00 2001 From: Lars Kusch Date: Fri, 16 Dec 2022 16:56:38 +0100 Subject: [PATCH] Minor fixes --- app/PaymentDrivers/Stripe/BACS.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/PaymentDrivers/Stripe/BACS.php b/app/PaymentDrivers/Stripe/BACS.php index b7d908697447..3a5346e6f61f 100644 --- a/app/PaymentDrivers/Stripe/BACS.php +++ b/app/PaymentDrivers/Stripe/BACS.php @@ -198,7 +198,7 @@ class BACS throw new PaymentFailed('Failed to process the payment.', 500); } - private function storePaymentMethod(PaymentMethod $method, $payment_method_id, $customer) + private function storePaymentMethod($method, $payment_method_id, $customer) { try { $payment_meta = new \stdClass;