Sha256: 4374878ecad79636611c568104dcabeb30c3be02dc08e4f147b130ad9e5c38e4

Contents?: true

Size: 351 Bytes

Versions: 1

Compression:

Stored size: 351 Bytes

Contents

module Pay
  module Asaas
    # For ASAAS with have 3 options of payments methods: CREDIT_CARD, BOLETO and PIX
    class PaymentMethod < Pay::PaymentMethod
      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
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pay-asaas-0.1.0.pre.alpha lib/pay/asaas/payment_method.rb