moy_sklad 1.0.0.rc9 → 1.0.0.rc10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f41fc5054cf3b6d22545d070c8e1c84677e1d38
4
- data.tar.gz: 7d93cb3cf7a656e13d5ee2a9104daa8b7f6aa64c
3
+ metadata.gz: d278bb216e4e3927c5debf682abe116d499c169b
4
+ data.tar.gz: 8f97c0cf537221c791f01b0be60a96d276c14735
5
5
  SHA512:
6
- metadata.gz: 591a96f57322b584436b9d7bdba9d4276f98e942b57dccde51e674c6fe58a5910bd1e070569a60422a0b309af516d819da3d683939bfa9fa9718d218582ab14e
7
- data.tar.gz: 910e041e04c8856de1658c625f2a2ee877e76b71b499232964968184c59ac26a1986e7b53cf2f39802fa08d5b6c4a8ac7a84376efec8c276978d56a3c09ff21f
6
+ metadata.gz: 8d19fd97bbbb099af66c95523df856674cd83aa2df28f2ef9fa9fa4b4ffe7741d05749e6e0067c18b330ec78fe8be708d2cc1ad6c4b20b0112d1c4d243af508d
7
+ data.tar.gz: 26839ca6327c4d695c9a65df6c87ef4f8a2f6c43163b571f7185c2a7b4110b5b54abbad245837d4b59f33535152f71e7c7e44b13498714445eafc46d88397431
@@ -90,7 +90,7 @@ xml.customerOrder(name: name, stateUuid: stateUuid, targetAgentUuid: targetAgent
90
90
  to_a(:customerOrderPosition).each do |o|
91
91
  xml.customerOrderPosition(discount: o.discount, quantity: o.quantity,
92
92
  goodPackUuid: o.goodPackUuid, consignmentUuid: o.consignmentUuid, goodUuid: o.goodUuid,
93
- slotUuid: o.slotUuid, vat: o.var) {
93
+ slotUuid: o.slotUuid, vat: o.vat) {
94
94
  xml.accountUuid_ o.accountUuid
95
95
  xml.accountId_ o.accountId
96
96
  xml.uuid_ o.uuid
@@ -100,7 +100,7 @@ xml.customerOrder(name: name, stateUuid: stateUuid, targetAgentUuid: targetAgent
100
100
  xml.basePrice(sum: o.basePrice.sum, sumInCurrency: o.basePrice.sumInCurrency)
101
101
  xml.price(sum: o.price.sum, sumInCurrency: o.price.sumInCurrency)
102
102
 
103
- xml.thins {
103
+ xml.things {
104
104
  o.to_a(:thingRef).each do |t|
105
105
  xml.thingRef(name: t.name, goodUuid: t.goodUuid) {
106
106
 
@@ -1,3 +1,3 @@
1
1
  module MoySklad
2
- VERSION = '1.0.0.rc9'
2
+ VERSION = '1.0.0.rc10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moy_sklad
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc9
4
+ version: 1.0.0.rc10
5
5
  platform: ruby
6
6
  authors:
7
7
  - uno4ki
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-07-14 00:00:00.000000000 Z
12
+ date: 2015-07-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler