mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 11:14:31 -04:00
Revert "GoCardless only accepts bank transfers, not credit cards"
This reverts commit ed07439de2546728e9d9fd9f67411d4281c20021.
This commit is contained in:
parent
73fde9e26c
commit
7b203c11f1
@ -3,11 +3,4 @@
|
|||||||
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