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