require_relative '../payment' module Tickethub class Supplier::Payment::Credit < Supplier::Payment polymorphic 'credit' path '/supplier/payments/credit' end end