mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Refactored monthly invoice generation job
This commit is contained in:
parent
cd8e14a177
commit
5e6dbac462
20 changed files with 367 additions and 486 deletions
|
@ -1,6 +1,6 @@
|
|||
module EisBilling
|
||||
class SendDataToDirecto < EisBilling::Base
|
||||
def self.send_request(object_data:, monthly:, dry:)
|
||||
def self.send_request(object_data:, monthly: false, dry: false)
|
||||
send_info(object_data: object_data, monthly: monthly, dry: dry)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue