mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fixes for Cybersource
This commit is contained in:
parent
e197870775
commit
42b25bffe3
@ -14,7 +14,7 @@ class VerifyCsrfToken extends BaseVerifier
|
|||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
private $openRoutes = [
|
private $openRoutes = [
|
||||||
'complete/*',
|
'complete*',
|
||||||
'signup/register',
|
'signup/register',
|
||||||
'api/v1/*',
|
'api/v1/*',
|
||||||
'hook/email_opened',
|
'hook/email_opened',
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
namespace App\Ninja\PaymentDrivers;
|
namespace App\Ninja\PaymentDrivers;
|
||||||
|
|
||||||
|
use Exception;
|
||||||
|
|
||||||
class CybersourcePaymentDriver extends BasePaymentDriver
|
class CybersourcePaymentDriver extends BasePaymentDriver
|
||||||
{
|
{
|
||||||
protected $transactionReferenceParam = 'transaction_uuid';
|
protected $transactionReferenceParam = 'transaction_uuid';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user