File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -272,6 +272,16 @@ public function setCancelUrl($value)
272
272
return $ this ->setParameter ('cancelUrl ' , $ value );
273
273
}
274
274
275
+ public function getNotifyUrl ()
276
+ {
277
+ return $ this ->getParameter ('notifyUrl ' );
278
+ }
279
+
280
+ public function setNotifyUrl ($ value )
281
+ {
282
+ return $ this ->setParameter ('notifyUrl ' , $ value );
283
+ }
284
+
275
285
public function getResponse ()
276
286
{
277
287
if (null === $ this ->response ) {
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ public function getData()
27
27
$ data ['PAYMENTREQUEST_0_CURRENCYCODE ' ] = $ this ->getCurrency ();
28
28
$ data ['PAYMENTREQUEST_0_INVNUM ' ] = $ this ->getTransactionId ();
29
29
$ data ['PAYMENTREQUEST_0_DESC ' ] = $ this ->getDescription ();
30
+ $ data ['PAYMENTREQUEST_0_NOTIFYURL ' ] = $ this ->getNotifyUrl ();
31
+
30
32
31
33
// pp express specific fields
32
34
$ data ['SOLUTIONTYPE ' ] = $ this ->getSolutionType ();
You can’t perform that action at this time.
0 commit comments