From e2e755caeb00b12f469841a9b17db135790cbd32 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 21 Feb 2023 13:35:14 +0700 Subject: add cron for parsing midtrans notification --- indoteknik_custom/views/midtrans.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 indoteknik_custom/views/midtrans.xml (limited to 'indoteknik_custom/views/midtrans.xml') diff --git a/indoteknik_custom/views/midtrans.xml b/indoteknik_custom/views/midtrans.xml new file mode 100644 index 00000000..487e7b7e --- /dev/null +++ b/indoteknik_custom/views/midtrans.xml @@ -0,0 +1,14 @@ + + + + Midtrans: Parsing Notification + 17 + minutes + -1 + + + model._parse_notification() + code + 29 + + -- cgit v1.2.3 From b94e4ff577c023d0ce1717c01c6080efc988acb7 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 23 Feb 2023 10:44:53 +0700 Subject: change scheduled action to automated action for parsing midtrans --- indoteknik_custom/views/midtrans.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views/midtrans.xml') diff --git a/indoteknik_custom/views/midtrans.xml b/indoteknik_custom/views/midtrans.xml index 487e7b7e..1773b9fd 100644 --- a/indoteknik_custom/views/midtrans.xml +++ b/indoteknik_custom/views/midtrans.xml @@ -9,6 +9,7 @@ model._parse_notification() code - 29 + 100 + False -- cgit v1.2.3