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