Fix for PayFast
This commit is contained in:
parent
9b379a7976
commit
966d3cedba
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