1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-14 23:22:52 +01:00
invoiceninja/app/Ninja/PaymentDrivers/GoCardlessPaymentDriver.php
2016-07-21 15:35:23 +03:00

7 lines
159 B
PHP

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