Exception: Xendify::Errors::CreditCard::InsufficientBalance

Inherits:
ResponseError show all
Defined in:
lib/xendify/errors/credit_card.rb

Instance Attribute Summary

Attributes inherited from ResponseError

#payload

Instance Method Summary collapse

Methods inherited from ResponseError

#initialize

Constructor Details

This class inherits a constructor from Xendify::Errors::ResponseError

Instance Method Details

#messageObject



21
22
23
# File 'lib/xendify/errors/credit_card.rb', line 21

def message
  'The card you are trying to capture does not have enough balance to complete the capture.'
end