mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 14:04:31 -04:00
More fixes for autobilling
This commit is contained in:
parent
f2fd4aec37
commit
331d4f7173
@ -149,7 +149,7 @@ class Charge
|
||||
$payment_method_type = PaymentType::SEPA;
|
||||
$status = Payment::STATUS_PENDING;
|
||||
} elseif ($cgt->gateway_type_id == GatewayType::BACS){
|
||||
$payment_method_type = PaymentType::SEPA;
|
||||
$payment_method_type = PaymentType::BACS;
|
||||
$status = Payment::STATUS_PENDING;
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user