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

15 lines
242 B
PHP

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