You are here

function commerce_checkout_rules_complete_checkout in Commerce Core 7

Action callback: completes checkout for the given order.

1 string reference to 'commerce_checkout_rules_complete_checkout'
commerce_checkout_rules_action_info in modules/checkout/commerce_checkout.rules.inc
Implements hook_rules_action_info().

File

modules/checkout/commerce_checkout.rules.inc, line 115
Rules integration for the checkout process.

Code

function commerce_checkout_rules_complete_checkout($order) {
  commerce_checkout_complete($order);
}