mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
7 lines
165 B
PHP
7 lines
165 B
PHP
<?php namespace App\Ninja\PaymentDrivers;
|
|
|
|
class EwayRapidSharedPaymentDriver extends BasePaymentDriver
|
|
{
|
|
protected $transactionReferenceParam = 'AccessCode';
|
|
}
|