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