Exception: Pay::ActionRequired

Inherits:
PaymentError show all
Defined in:
lib/pay/errors.rb

Instance Attribute Summary

Attributes inherited from PaymentError

#payment

Instance Method Summary collapse

Methods inherited from PaymentError

#initialize

Constructor Details

This class inherits a constructor from Pay::PaymentError

Instance Method Details

#messageObject



15
16
17
# File 'lib/pay/errors.rb', line 15

def message
  I18n.t("pay.errors.action_required")
end