Implement code review changes

This commit is contained in:
Maciej Szlosarczyk 2018-04-23 15:23:36 +03:00
parent b56fd73c92
commit e1149bf92b
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
3 changed files with 6 additions and 23 deletions

View file

@ -26,24 +26,8 @@ module Payments
transaction.save!
end
def complete_transaction
raise NotImplementedError
end
def settled_payment?
raise NotImplementedError
end
def form_fields
raise NotImplementedError
end
def form_url
ENV["payments_#{type}_url"]
end
def valid_response?
raise NotImplementedError
end
end
end