1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Revert "GoCardless only accepts bank transfers, not credit cards"

This reverts commit ed07439de2.
This commit is contained in:
Joshua Dwire 2016-09-09 17:31:47 -04:00
parent 73fde9e26c
commit 7b203c11f1

View File

@ -3,11 +3,4 @@
class GoCardlessPaymentDriver extends BasePaymentDriver
{
protected $transactionReferenceParam = 'signature';
public function gatewayTypes()
{
return [
GATEWAY_TYPE_BANK_TRANSFER
];
}
}