invoiceninja/app/Ninja/PaymentDrivers/GoCardlessPaymentDriver.php
2019-01-30 21:45:46 +11:00

8 lines
160 B
PHP
Executable file

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