mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 00:12:03 +02:00
Implement code review changes
This commit is contained in:
parent
b56fd73c92
commit
e1149bf92b
3 changed files with 6 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue