bin/billing_monthly_cronjob 🔗
@@ -27,7 +27,12 @@ CONFIG = Dhall.load(<<-DHALL).sync
in
(#{ARGV[0]}) : {
healthchecks_url: Text,
- notify_using: { jid: Text, password: Text, target: Text -> Text },
+ notify_using: {
+ jid: Text,
+ password: Text,
+ target: Text -> Text,
+ body: Text -> Text -> Text
+ },
plans: List {
name: Text,
currency: Currency,