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