deltavista_crif_dva_interface 0.0.28 → 0.0.29
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.
@@ -56,11 +56,13 @@ module DeltavistaCrifDvaInterface
|
|
56
56
|
xml.send(key, address[key.downcase]) if address[key.downcase] && !address[key.downcase].empty?
|
57
57
|
end
|
58
58
|
}
|
59
|
-
xml.
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
59
|
+
xml.collection {
|
60
|
+
xml.amountTotal collection[:amount_total]
|
61
|
+
xml.amountOpen collection[:amount_open]
|
62
|
+
xml.caseStatus collection[:case_status]
|
63
|
+
xml.dateBill collection[:date_bill].strftime('%Y-%m-%d')
|
64
|
+
xml.dateCase collection[:date_case].strftime('%Y-%m-%d')
|
65
|
+
}
|
64
66
|
}
|
65
67
|
end
|
66
68
|
@@reference_id += 1
|