Minor changes

This commit is contained in:
Lars Kusch 2022-12-17 06:22:57 +01:00
parent bbeef5fd50
commit 7db95405e5

View File

@ -78,6 +78,7 @@ class BACS
'currency' => $this->stripe->client->getCurrencyCode(),
'customer' => $this->stripe->findOrCreateCustomer(),
'description' => $description,
'payment_method_types' => ['bacs_debit'],
'metadata' => [
'payment_hash' => $this->stripe->payment_hash->hash,
'gateway_type_id' => GatewayType::BACS,