lib/tickethub/supplier/payment/credit.rb in tickethub-0.0.6 vs lib/tickethub/supplier/payment/credit.rb in tickethub-0.0.7
- old
+ new
@@ -1,8 +1,7 @@
require_relative '../payment'
module Tickethub
class Supplier::Payment::Credit < Supplier::Payment
polymorphic 'credit'
- path '/supplier/payments/credit'
end
end
\ No newline at end of file