mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
7 lines
109 B
Ruby
7 lines
109 B
Ruby
module PaymentOrders
|
|
class Lhv < BankLink
|
|
def self.config_namespace_name
|
|
'lhv'
|
|
end
|
|
end
|
|
end
|