mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
7 lines
109 B
Ruby
7 lines
109 B
Ruby
module PaymentOrders
|
|
class Seb < BankLink
|
|
def self.config_namespace_name
|
|
'seb'
|
|
end
|
|
end
|
|
end
|