mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Merge branch 'story/107571572-seb' into staging
This commit is contained in:
commit
111fc8a8c3
3 changed files with 9 additions and 5 deletions
|
@ -88,6 +88,10 @@ class BankLink
|
|||
!!validate
|
||||
end
|
||||
|
||||
def ok?
|
||||
params["VK_SERVICE"] == "1111"
|
||||
end
|
||||
|
||||
def complete_payment
|
||||
if valid?
|
||||
transaction = BankTransaction.find_by(description: params["VK_MSG"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue