Open Monograph Press
3.3.0
|
Public Member Functions | |
getMessage () | |
getMessage () | |
getTransactionReference () | |
getTransactionReference () | |
getTransactionStatus () | |
getTransactionStatus () | |
![]() | |
getData () | |
getData () | |
Data Fields | |
const | STATUS_COMPLETED = 'completed' |
const | STATUS_FAILED = 'failed' |
const | STATUS_PENDING = 'pending' |
Incoming notification
Definition at line 8 of file lib/vendor/omnipay/common/src/Omnipay/Common/Message/NotificationInterface.php.
Omnipay\Common\Message\NotificationInterface::getMessage | ( | ) |
Response Message
Omnipay\Common\Message\NotificationInterface::getMessage | ( | ) |
Response Message
Omnipay\Common\Message\NotificationInterface::getTransactionReference | ( | ) |
Gateway Reference
Omnipay\Common\Message\NotificationInterface::getTransactionReference | ( | ) |
Gateway Reference
Omnipay\Common\Message\NotificationInterface::getTransactionStatus | ( | ) |
Was the transaction successful?
Omnipay\Common\Message\NotificationInterface::getTransactionStatus | ( | ) |
Was the transaction successful?
const Omnipay\Common\Message\NotificationInterface::STATUS_COMPLETED = 'completed' |
Definition at line 10 of file lib/vendor/omnipay/common/src/Omnipay/Common/Message/NotificationInterface.php.
const Omnipay\Common\Message\NotificationInterface::STATUS_FAILED = 'failed' |
Definition at line 12 of file lib/vendor/omnipay/common/src/Omnipay/Common/Message/NotificationInterface.php.
const Omnipay\Common\Message\NotificationInterface::STATUS_PENDING = 'pending' |
Definition at line 11 of file lib/vendor/omnipay/common/src/Omnipay/Common/Message/NotificationInterface.php.