lib/tickethub/supplier/payment/cash.rb in tickethub-0.0.2 vs lib/tickethub/supplier/payment/cash.rb in tickethub-0.0.3
- old
+ new
@@ -1,8 +1,8 @@
require_relative '../payment'
module Tickethub
class Supplier::Payment::Cash < Supplier::Payment
- polymorphic 'cash', attribute: :type
+ polymorphic 'cash'
path '/supplier/payments/cash'
end
end
\ No newline at end of file