imperituroard 1.1.21 → 1.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0166900baf2324e08b035c206b8fef7514232ea
|
|
4
|
+
data.tar.gz: 2d46c27703e78182e3cf5f899e52019dfdf530e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2da390b28d9a8d33004e14a4e41bdd3a438bee5da0a047bd5fd0cc23a6a760d7be1e108fbae860cc3802f03dc7cbe836dd3c34d619aef276d85d5e5538aca8e3
|
|
7
|
+
data.tar.gz: ff2719e0c2343c58db52d997afcc2672e5c8cacb36c8c19b6595c1c509028298d091087257229c4d2bb61d2a75368df881e037ae62d5c119e51b5304b92ca3a7
|
|
@@ -232,6 +232,20 @@ class Dabrab
|
|
|
232
232
|
} #Viber subscriber not exists
|
|
233
233
|
}
|
|
234
234
|
|
|
235
|
+
data_for_status.default = {:status_id => 9,
|
|
236
|
+
:status_grid => 2,
|
|
237
|
+
:status_grname => 'UNDELIVERABLE_NOT_DELIVERED',
|
|
238
|
+
:status_name => 'UNDELIVERED',
|
|
239
|
+
:status_descr => 'Unknown error default',
|
|
240
|
+
:error_id => 32,
|
|
241
|
+
:error_grid => 1,
|
|
242
|
+
:error_grname => 'HANDSET_ERRORS',
|
|
243
|
+
:error_name => 'EC_SM_DELIVERY_FAILURE',
|
|
244
|
+
:error_descr => 'Unknown error default',
|
|
245
|
+
:error_permanent => false
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
|
|
235
249
|
if hub_report_in.key?("msg_status") && !hub_report_in.key?("_json") && !hub_report_in["report"].key?("_json")
|
|
236
250
|
internal_func.printer_texter({:input => "One message delivery_report_transform", :procedure => "Dabrab.delivery_report_transform"}, log_level)
|
|
237
251
|
|
|
@@ -301,7 +315,7 @@ class Dabrab
|
|
|
301
315
|
internal_func.printer_texter({:input => {:hub_report2 => hub_report2}, :procedure => "Dabrab.delivery_report_transform"}, log_level)
|
|
302
316
|
|
|
303
317
|
|
|
304
|
-
if data_for_status[hub_report2["msg_status"]] != nil && data_for_status[hub_report2["msg_status"]] != {} && data_for_status[hub_report2["msg_status"]] != [] && data_for_status[hub_report2["msg_status"]] !=
|
|
318
|
+
if data_for_status[hub_report2["msg_status"]] != nil && data_for_status[hub_report2["msg_status"]] != {} && data_for_status[hub_report2["msg_status"]] != [] && data_for_status[hub_report2["msg_status"]] != ''
|
|
305
319
|
report_to_recip.push({
|
|
306
320
|
|
|
307
321
|
"bulkId": "00000000-0000-0000-0000-000000000000",
|