mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Implement partial payment logging for EveryPay / Bank links
This commit is contained in:
parent
feb3a5d9da
commit
53fbd2f50c
14 changed files with 470 additions and 345 deletions
7
app/models/payment_orders/swed.rb
Normal file
7
app/models/payment_orders/swed.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
module PaymentOrders
|
||||
class Swed < BankLink
|
||||
def self.config_namespace_name
|
||||
'swed'
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue