lib/tickethub/supplier/payment/handpoint.rb in tickethub-0.3.67 vs lib/tickethub/supplier/payment/handpoint.rb in tickethub-0.3.68
- old
+ new
@@ -1,7 +1,7 @@
require_relative '../payment'
module Tickethub
class Supplier::Payment::Handpoint < Supplier::Payment
- polymorphic 'handpoint'
+ polymorphic 'HandpointPayment', :handpoint
end
end
\ No newline at end of file