Methods
Instance Public methods
error() Link
Source: show
# File app/models/db/pending_payment_intent.rb, line 38 def error errors.full_messages.last end
payment_method_id() Link
Source: show
# File app/models/db/pending_payment_intent.rb, line 34 def payment_method_id remote_payment_intent.payment_method end
status() Link
Source: show
# File app/models/db/pending_payment_intent.rb, line 24 def status @status ||= ActiveSupport::StringInquirer.new(remote_payment_intent_status) end