1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/Ninja/PaymentDrivers/GoCardlessPaymentDriver.php
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';
}