mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 21:54:48 +02:00
7 lines
111 B
Ruby
7 lines
111 B
Ruby
module PaymentOrders
|
|
class Swed < BankLink
|
|
def self.config_namespace_name
|
|
'swed'
|
|
end
|
|
end
|
|
end
|