require_relative '../payment' module Tickethub class Supplier::Payment::Credit < Supplier::Payment polymorphic 'CreditPayment', :credit end end