mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Story#107571572 - banklinks workflow fixes
This commit is contained in:
parent
a54a15cea4
commit
fc5dbd3523
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