1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00
invoiceninja/app/Ninja/PaymentDrivers/EwayRapidSharedPaymentDriver.php
2016-07-14 22:37:04 +02:00

15 lines
247 B
PHP

<?php
namespace App\Ninja\PaymentDrivers;
/**
* Class EwayRapidSharedPaymentDriver
*/
class EwayRapidSharedPaymentDriver extends BasePaymentDriver
{
/**
* @var string
*/
protected $transactionReferenceParam = 'AccessCode';
}