File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public function getMessage()
67
67
public function getRedirectUrl ()
68
68
{
69
69
if ($ this ->isRedirect ()) {
70
- return (string ) $ response ->TransactionOutputData ->ThreeDSecureOutputData ->ACSURL ;
70
+ return (string ) $ this -> data ->TransactionOutputData ->ThreeDSecureOutputData ->ACSURL ;
71
71
}
72
72
}
73
73
@@ -79,9 +79,9 @@ public function getRedirectMethod()
79
79
public function getRedirectData ()
80
80
{
81
81
return $ redirectData = array (
82
- 'PaReq ' => (string ) $ response ->TransactionOutputData ->ThreeDSecureOutputData ->PaREQ ,
82
+ 'PaReq ' => (string ) $ this -> data ->TransactionOutputData ->ThreeDSecureOutputData ->PaREQ ,
83
83
'TermUrl ' => $ this ->getRequest ()->getReturnUrl (),
84
- 'MD ' => (string ) $ response ->TransactionOutputData ['CrossReference ' ],
84
+ 'MD ' => (string ) $ this -> data ->TransactionOutputData ['CrossReference ' ],
85
85
);
86
86
}
87
87
}
Original file line number Diff line number Diff line change @@ -106,6 +106,6 @@ public function redirect()
106
106
exit ;
107
107
}
108
108
109
- throw new RuntimeException ('Invalid redirect method " ' .$ response ->getRedirectMethod ().'". ' );
109
+ throw new RuntimeException ('Invalid redirect method " ' .$ this ->getRedirectMethod ().'". ' );
110
110
}
111
111
}
You can’t perform that action at this time.
0 commit comments