Fix for PayFast
This commit is contained in:
parent
e1a84a29e1
commit
2cd574d349
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php namespace App\Ninja\PaymentDrivers;
|
||||
|
||||
use Request;
|
||||
|
||||
class PayFastPaymentDriver extends BasePaymentDriver
|
||||
{
|
||||
protected $transactionReferenceParam = 'm_payment_id';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue