mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +02:00
Add tests for Payments::BankLink
This commit is contained in:
parent
663214ee49
commit
5dea92c0d8
12 changed files with 294 additions and 150 deletions
|
@ -9,7 +9,6 @@ module Payments
|
|||
if PAYMENT_BANKLINK_BANKS.include?(type)
|
||||
BankLink.new(type, invoice, opts)
|
||||
elsif type == 'every_pay'
|
||||
# TODO: refactor to be variable
|
||||
EveryPay.new(type, invoice, opts)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue