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.amountTotal collection[:amount_total]
60
- xml.amountOpen collection[:amount_open]
61
- xml.caseStatus collection[:case_status]
62
- xml.dateBill collection[:date_bill].strftime('%Y-%m-%d')
63
- xml.dateCase collection[:date_case].strftime('%Y-%m-%d')
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
@@ -1,3 +1,3 @@
1
1
  module DeltavistaCrifDvaInterface
2
- VERSION = '0.0.28'
2
+ VERSION = '0.0.29'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deltavista_crif_dva_interface
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.28
4
+ version: 0.0.29
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: