Fix for PayFast

This commit is contained in:
Hillel Coren 2016-11-16 12:41:47 +02:00
parent e1a84a29e1
commit 2cd574d349

View File

@ -1,5 +1,7 @@
<?php namespace App\Ninja\PaymentDrivers;
use Request;
class PayFastPaymentDriver extends BasePaymentDriver
{
protected $transactionReferenceParam = 'm_payment_id';