mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor changes
This commit is contained in:
parent
bbeef5fd50
commit
7db95405e5
@ -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…
x
Reference in New Issue
Block a user