require_relative '../payment' module Tickethub class Supplier::Payment::Handpoint < Supplier::Payment polymorphic 'handpoint' end end