You are here

12 calls to commerce_order_status_update() in Commerce Core 7

CommerceBaseTestCase::createDummyOrder in tests/commerce_base.test
Create a dummy order in a given status.
commerce_cart_checkout_form_cancel_submit in modules/cart/commerce_cart.module
Submit handler to take back the order to cart status on cancel in checkout.
commerce_cart_line_item_views_form_submit in modules/cart/commerce_cart.module
Submit handler to show the shopping cart updated message.
commerce_checkout_form_back_submit in modules/checkout/includes/commerce_checkout.pages.inc
Special submit handler for the back button to avoid processing orders.
commerce_checkout_form_cancel_submit in modules/checkout/includes/commerce_checkout.pages.inc
Special submit handler for the cancel button to avoid processing orders.
commerce_checkout_form_submit in modules/checkout/includes/commerce_checkout.pages.inc
Submit handler for the continue button of the checkout form.
commerce_checkout_line_item_views_form_submit in modules/checkout/commerce_checkout.module
Submit handler used to redirect to the checkout page.
commerce_order_order_form_submit in modules/order/includes/commerce_order.forms.inc
Submit callback for commerce_order_order_form().
commerce_order_rules_update_state in modules/order/commerce_order.rules.inc
Rules action: updates an order's status to the default status of the given order state.
commerce_order_rules_update_status in modules/order/commerce_order.rules.inc
Rules action: updates an order's status using the Order API.
commerce_payment_redirect_pane_next_page in modules/payment/commerce_payment.module
Moves an order ahead to the next page via an order update and redirect.
commerce_payment_redirect_pane_previous_page in modules/payment/commerce_payment.module
Moves an order back to the previous page via an order update and redirect.