Exception: Xendify::Errors::CreditCard::CardDeclined

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



9
10
11
# File 'lib/xendify/errors/credit_card.rb', line 9

def message
  'The card you are trying to capture has been declined by the issuing bank.'
end