invoiceninja/app/Ninja/PaymentDrivers/GoCardlessPaymentDriver.php
Joshua Dwire 7b203c11f1 Revert "GoCardless only accepts bank transfers, not credit cards"
This reverts commit ed07439de2546728e9d9fd9f67411d4281c20021.
2016-09-09 17:31:47 -04:00

7 lines
159 B
PHP

<?php namespace App\Ninja\PaymentDrivers;
class GoCardlessPaymentDriver extends BasePaymentDriver
{
protected $transactionReferenceParam = 'signature';
}