mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
GoCardless only accepts bank transfers, not credit cards
This commit is contained in:
parent
620e93084f
commit
ed07439de2
@ -3,4 +3,11 @@
|
|||||||
class GoCardlessPaymentDriver extends BasePaymentDriver
|
class GoCardlessPaymentDriver extends BasePaymentDriver
|
||||||
{
|
{
|
||||||
protected $transactionReferenceParam = 'signature';
|
protected $transactionReferenceParam = 'signature';
|
||||||
|
|
||||||
|
public function gatewayTypes()
|
||||||
|
{
|
||||||
|
return [
|
||||||
|
GATEWAY_TYPE_BANK_TRANSFER
|
||||||
|
];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user