Minor fixes

This commit is contained in:
Lars Kusch 2022-12-16 16:56:38 +01:00
parent 597610ed4c
commit 3ed29c8e77

View File

@ -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;