1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/Ninja/PaymentDrivers/EwayRapidSharedPaymentDriver.php
2016-07-21 15:35:23 +03:00

7 lines
165 B
PHP

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