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