Class: GlobalSign::OrderStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/global_sign/order_status.rb

Constant Summary collapse

STATUS_MAPPING =
{
  '1' => 'initial',
  '2' => 'waiting_for_phishing_check',
  '3' => 'cancelled_before_issue',
  '4' => 'completed_issue',
  '5' => 'cancelled_after_issue',
  '6' => 'waiting_for_revocation',
  '7' => 'revoked',
}.each_value(&:freeze).freeze