mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
* Refactor BankLink into Payments::BankLink, add Payments::EveryPay * Write tests for existing invoice views * Write basic tests for Payments module
8 lines
123 B
Ruby
8 lines
123 B
Ruby
class Registrar
|
|
module Payments
|
|
class CallbacksController < BaseController
|
|
def new
|
|
end
|
|
end
|
|
end
|
|
end
|