class Reji::PaymentActionRequiredError

Public Class Methods

incomplete(payment) click to toggle source
# File lib/reji/errors.rb, line 15
def self.incomplete(payment)
  new(payment, 'The payment attempt failed because additional action is required before it can be completed.')
end