Skip to content

Commit ca58aa1

Browse files
author
Vladislav Veselinov
committed
-- add notify url to express checkout
1 parent 1b10b0a commit ca58aa1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Omnipay/Common/Message/AbstractRequest.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,16 @@ public function setCancelUrl($value)
272272
return $this->setParameter('cancelUrl', $value);
273273
}
274274

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+
275285
public function getResponse()
276286
{
277287
if (null === $this->response) {

0 commit comments

Comments
 (0)