mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 14:42:42 +01:00
Fix for PayFast
This commit is contained in:
parent
9b379a7976
commit
966d3cedba
@ -1,5 +1,7 @@
|
|||||||
<?php namespace App\Ninja\PaymentDrivers;
|
<?php namespace App\Ninja\PaymentDrivers;
|
||||||
|
|
||||||
|
use Request;
|
||||||
|
|
||||||
class PayFastPaymentDriver extends BasePaymentDriver
|
class PayFastPaymentDriver extends BasePaymentDriver
|
||||||
{
|
{
|
||||||
protected $transactionReferenceParam = 'm_payment_id';
|
protected $transactionReferenceParam = 'm_payment_id';
|
||||||
|
Loading…
Reference in New Issue
Block a user