If you Use e-Commerce please consider helping by donating to or sponsoring development. You can make a donation of a one off amount as big or as small as you want, Or alternatively you can sponsor development by paying $US5.00/mth.
payment_get_status_id($name)ecommerce-4-6/payment/payment.module, line 360
function payment_get_status_id($name) { return array_search(strtolower(t('%payment-status', array('%payment-status' => $name))), payment_build_status()); }