mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
9 lines
166 B
PHP
9 lines
166 B
PHP
<?php
|
|
|
|
namespace App\Ninja\PaymentDrivers;
|
|
|
|
class EwayRapidSharedPaymentDriver extends BasePaymentDriver
|
|
{
|
|
protected $transactionReferenceParam = 'AccessCode';
|
|
}
|