sk_api_schema 0.3.3 → 0.3.4
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.
- data/CHANGELOG.rdoc +1 -0
- data/json/v1.0/payment.json +4 -1
- data/lib/sk_api_schema/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG.rdoc
CHANGED
|
@@ -4,6 +4,7 @@ A more detailed view of the changes can be found in the {commit messages}[https:
|
|
|
4
4
|
|
|
5
5
|
2012-06
|
|
6
6
|
* add due_date and due_days to order
|
|
7
|
+
* Deprecate payment.method in favour of payment.payment_method bcs 'method' is a keyword in programming
|
|
7
8
|
* test with travis-ci.org
|
|
8
9
|
|
|
9
10
|
2012-05
|
data/json/v1.0/payment.json
CHANGED
|
@@ -24,12 +24,15 @@
|
|
|
24
24
|
"type":"string"
|
|
25
25
|
},
|
|
26
26
|
"method":{
|
|
27
|
+
"description": "DEPRECATED use payment_method. Kicked at beginning of 08.2012"
|
|
28
|
+
},
|
|
29
|
+
"payment_method":{
|
|
27
30
|
"description": "How the payment was made.",
|
|
28
31
|
"enum":["cash","bank_transfer","credit_card","paypal","direct_debit","cheque", "moneybookers", "premium_sms"],
|
|
29
32
|
"type":"string"
|
|
30
33
|
},
|
|
31
34
|
"related_object_type": {
|
|
32
|
-
"description": "Object type of the payments parent. Is the
|
|
35
|
+
"description": "Object type of the payments parent. Is the camel-cased base class name: Document for invoice, credit_note,.., Contact for client",
|
|
33
36
|
"required":true,
|
|
34
37
|
"type":"string"
|
|
35
38
|
},
|
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:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.3.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Georg Leciejewski
|