tpaga 0.4.1 → 0.4.2.1
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.
- checksums.yaml +4 -4
- data/lib/tpaga/models/credit_card_charge.rb +9 -1
- data/lib/tpaga/swagger/version.rb +1 -1
- data/tpaga.gemspec +2 -2
- metadata +3 -4
- data/tpaga-0.0.4.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f4d7d1910744104ec03b1f1b7df03cbeb4b19c8
|
|
4
|
+
data.tar.gz: 3e15282e948a62c025f6031422ca41d8bf5e5f54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ce855d711d9a46dbc1883ea5593dc49421332e2d96515bbfee4a7b973e68572cce7e3ace0a97df9e75b38dcfd11849db251626a805d07f48bb72624bf6e0b9e
|
|
7
|
+
data.tar.gz: 878f71b3853586e0d1656dab25e67ad34aad215e73eeb77a531bba47d6816e1ab3b595636fd878b8d59ead7b6099de4256666d098d5d751b105b3d3c6bae0d30
|
|
@@ -29,7 +29,10 @@ module Tpaga
|
|
|
29
29
|
|
|
30
30
|
#
|
|
31
31
|
:'description' => :'description',
|
|
32
|
-
|
|
32
|
+
|
|
33
|
+
#
|
|
34
|
+
:'third_party_id' => :'thirdPartyId',
|
|
35
|
+
|
|
33
36
|
#
|
|
34
37
|
:'paid' => :'paid',
|
|
35
38
|
|
|
@@ -52,6 +55,7 @@ module Tpaga
|
|
|
52
55
|
:'credit_card' => :'string',
|
|
53
56
|
:'installments' => :'number',
|
|
54
57
|
:'order_id' => :'string',
|
|
58
|
+
:'third_party_id' => :'string',
|
|
55
59
|
:'description' => :'string',
|
|
56
60
|
:'paid' => :'boolean',
|
|
57
61
|
:'customer' => :'string',
|
|
@@ -93,6 +97,10 @@ module Tpaga
|
|
|
93
97
|
|
|
94
98
|
if attributes[:'orderId']
|
|
95
99
|
@order_id = attributes[:'orderId']
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
if attributes[:'thirdPartyId']
|
|
103
|
+
@third_party_id = attributes[:'thirdPartyId']
|
|
96
104
|
end
|
|
97
105
|
|
|
98
106
|
if attributes[:'description']
|
data/tpaga.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ require "tpaga/swagger/version"
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.name = "tpaga"
|
|
7
|
-
s.date = "2015-
|
|
7
|
+
s.date = "2015-08-11"
|
|
8
8
|
s.version = Tpaga::Swagger::VERSION
|
|
9
9
|
s.platform = Gem::Platform::RUBY
|
|
10
10
|
s.authors = ["Sebastian Ortiz V."]
|
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
|
|
16
16
|
[Learn about TPaga](https://tpaga.co)
|
|
17
17
|
|
|
18
|
-
[More information about this library] (http://
|
|
18
|
+
[More information about this library] (http://tpaga.co/docs)
|
|
19
19
|
}
|
|
20
20
|
s.add_runtime_dependency 'typhoeus', '~> 0.2', '>= 0.2.1'
|
|
21
21
|
s.add_runtime_dependency 'addressable', '~> 2.2', '>= 2.2.4'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tpaga
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.1
|
|
4
|
+
version: 0.4.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sebastian Ortiz V.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-08-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -75,7 +75,7 @@ description: |
|
|
|
75
75
|
|
|
76
76
|
[Learn about TPaga](https://tpaga.co)
|
|
77
77
|
|
|
78
|
-
[More information about this library] (http://
|
|
78
|
+
[More information about this library] (http://tpaga.co/docs)
|
|
79
79
|
email:
|
|
80
80
|
- sebastian@tpaga.co
|
|
81
81
|
executables: []
|
|
@@ -108,7 +108,6 @@ files:
|
|
|
108
108
|
- lib/tpaga/swagger/request.rb
|
|
109
109
|
- lib/tpaga/swagger/response.rb
|
|
110
110
|
- lib/tpaga/swagger/version.rb
|
|
111
|
-
- tpaga-0.0.4.gem
|
|
112
111
|
- tpaga.gemspec
|
|
113
112
|
homepage: https://tpaga.co
|
|
114
113
|
licenses: []
|
data/tpaga-0.0.4.gem
DELETED
|
Binary file
|