Skip to main content

Magento constants for invoice shipment order state and statuses

1/ Invoice statuses:

    /**#@+
     * Invoice states
     */
    const STATE_OPEN = 1;

    const STATE_PAID = 2;

    const STATE_CANCELED = 3;