lib/tickethub/supplier/payment/external.rb in tickethub-0.3.97 vs lib/tickethub/supplier/payment/external.rb in tickethub-0.3.98
- old
+ new
@@ -1,7 +1,7 @@
require_relative '../payment'
module Tickethub
class Supplier::Payment::External < Supplier::Payment
- polymorphic 'ExternalPayment', :direct
+ polymorphic 'ExternalPayment', :external
end
end
\ No newline at end of file