function Payment::getStatus in Payment 7
Get the current payment status.
Return value
1 call to Payment::getStatus()
- Payment::setStatus in ./
payment.classes.inc - Set the payment status.
File
- ./
payment.classes.inc, line 282 - The API and related functions for executing and managing payments.
Class
- Payment
- A single payment. Contains all payment-specific data.
Code
function getStatus() {
return end($this->statuses);
}