Minor changes
This commit is contained in:
parent
bbeef5fd50
commit
7db95405e5
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue