Class: Pay::Asaas::PaymentMethod
- Inherits:
-
PaymentMethod
- Object
- PaymentMethod
- Pay::Asaas::PaymentMethod
- Defined in:
- lib/pay/asaas/payment_method.rb
Overview
For ASAAS with have 3 options of payments methods: CREDIT_CARD, BOLETO and PIX
Class Method Summary collapse
Class Method Details
.sync(id, object: nil, try: 0, retries: 1) ⇒ Object
5 6 7 |
# File 'lib/pay/asaas/payment_method.rb', line 5 def self.sync(id, object: nil, try: 0, retries: 1) raise NotImplementedError, "Syncing payment methods is not supported yet by the Asaas fake processor" end |