Definition

payment_get_status_id($name)
ecommerce-4-6/payment/payment.module, line 360

Code

function payment_get_status_id($name) {
  return array_search(strtolower(t('%payment-status', array('%payment-status' => $name))), payment_build_status());
}