Processor of checking status of an order.
| package |
Default |
|---|
codeError() : \Dotpay\Processor\Status
codeNotExist() : \Dotpay\Processor\Status
codeOtherStatus() : \Dotpay\Processor\Status
codePending() : \Dotpay\Processor\Status
codeSuccess() : \Dotpay\Processor\Status
codeTooMany() : \Dotpay\Processor\Status
getCode() : string
string
getData() : array
array
getJson() : string
| Throws |
|
|---|
string
getMessage() : string|null
string|null
getStatus() : string
string
setMessage(string $message) : \Dotpay\Processor\Status
setStatus(string $status) : \Dotpay\Processor\Status
NOT_EXISTS : integer
| var |
Order doesn't exist |
|---|
integer
ERROR : integer
| var |
An error with payment has been occured |
|---|
integer
PENDING : integer
| var |
Shop is still waiting for confirmation of payment |
|---|
integer
SUCCESS : integer
| var |
Order has been paid successfully |
|---|
integer
TOO_MANY : integer
| var |
Order has been paid before |
|---|
integer
OTHER_STATUS : integer
| var |
Status of the order is different than ERROR or PENDING |
|---|
integer
code : integer
| var |
Status code |
|---|
integer
status : string
| var |
Order status from a shop |
|---|
string