sk_api_schema 0.8.6 → 0.8.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,11 +41,13 @@
41
41
  "type":"number"
42
42
  },
43
43
  "net_total":{
44
- "description": "Net price of a single item",
44
+ "description": "Net price of a single item. Calculated from price_single * quantity * discount",
45
+ "readonly":true,
45
46
  "type":"number"
46
47
  },
47
48
  "gross_total":{
48
- "description": "Gross price ",
49
+ "description": "Gross price. Net total with taxes applied.",
50
+ "readonly":true,
49
51
  "type":"number"
50
52
  },
51
53
  "tax":{
@@ -1,7 +1,7 @@
1
1
  module SK
2
2
  module Api
3
3
  class Schema
4
- VERSION='0.8.6'
4
+ VERSION='0.8.7'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sk_api_schema
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 6
10
- version: 0.8.6
9
+ - 7
10
+ version: 0.8.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Georg Leciejewski