Sha256: 2f7e4b802c9bd7ebad2c02d7895654d5ae32bc6a9635c06176e458da04b9b12a
Contents?: true
Size: 476 Bytes
Versions: 2
Compression:
Stored size: 476 Bytes
Contents
# frozen_string_literal: true module Buckaruby module PaymentMethod IDEAL = "ideal" # iDEAL collecting IDEAL_PROCESSING = "idealprocessing" # iDEAL processing SEPA_DIRECT_DEBIT = "sepadirectdebit" PAYPAL = "paypal" BANCONTACT_MISTER_CASH = "bancontactmrcash" SOFORT = "sofortueberweisung" TRANSFER = "transfer" # Credit cards VISA = "visa" MASTER_CARD = "mastercard" MAESTRO = "maestro" AMERICAN_EXPRESS = "amex" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buckaruby-1.6.0 | lib/buckaruby/payment_method.rb |
buckaruby-1.5.0 | lib/buckaruby/payment_method.rb |