khipu-api-client 2.0.0 → 2.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 248679e96582fe441b1c877fb45578f77a822f62
4
- data.tar.gz: 8d1b836b4f36155e1afc644ae911f53982727715
3
+ metadata.gz: a083040ad873dbf2e75caee50ab62e622d0f98aa
4
+ data.tar.gz: ec3e91cfe8700b990646fe1d20300b64831f35bb
5
5
  SHA512:
6
- metadata.gz: 32299189412df8180c730c8a7a3e4c0c63fb94bcbcb5c78fdbe6d7596e228dbadfad6aedec1685c293a77f140bc557d9eb79efe379d8d9b083cf2a05bd769525
7
- data.tar.gz: 1febbe6c799d5deef4151dffde610bc21902b0fb1abd826a43f370ccb21c3ad4801e51d83b79fd34ecd0bfe4193741de5c188a014e6b471c3b39680627497129
6
+ metadata.gz: eb67abf48fcf339a13d42ea5aa5af9e4689edfb886125925ff93ef9fa8af30c008832b3a8bfdd19ec3ec78b2626e462f76cae51005d55bd8e4d73eed3a7e19d6
7
+ data.tar.gz: d34500c96e1b1ea048f33944f49828f0a6bc06a020b6824ba42634ad32ddbefeca307c7eb208753e76f7e9855ae53684ca558ae4db2c0e7c65adeec31fe0482a
@@ -1,7 +1,7 @@
1
1
  module Khipu
2
2
  #
3
3
  class PaymentResponse < BaseObject
4
- attr_accessor :payment_id, :payment_url, :simplified_transfer_url, :transfer_url, :app_url, :ready_for_terminal, :subject, :amount, :currency, :status, :status_detail, :body, :picture_url, :receipt_url, :return_url, :cancel_url, :notify_url, :notify_api_version, :expires_date, :attachment_urls, :bank, :bank_id, :payer_name, :payer_email, :personal_identifier, :bank_account_number, :out_of_date_conciliation
4
+ attr_accessor :payment_id, :payment_url, :simplified_transfer_url, :transfer_url, :app_url, :ready_for_terminal, :subject, :amount, :currency, :status, :status_detail, :body, :picture_url, :receipt_url, :return_url, :cancel_url, :notify_url, :notify_api_version, :expires_date, :attachment_urls, :bank, :bank_id, :payer_name, :payer_email, :personal_identifier, :bank_account_number, :out_of_date_conciliation, :transaction_id, :custom, :responsible_user_email, :send_reminders
5
5
  # attribute mapping from ruby-style variable name to JSON key
6
6
  def self.attribute_map
7
7
  {
@@ -85,7 +85,19 @@ module Khipu
85
85
  :'bank_account_number' => :'bank_account_number',
86
86
 
87
87
  #
88
- :'out_of_date_conciliation' => :'out_of_date_conciliation'
88
+ :'out_of_date_conciliation' => :'out_of_date_conciliation',
89
+
90
+ #
91
+ :'transaction_id' => :'transaction_id',
92
+
93
+ #
94
+ :'custom' => :'custom',
95
+
96
+ #
97
+ :'responsible_user_email' => :'responsible_user_email',
98
+
99
+ #
100
+ :'send_reminders' => :'send_reminders'
89
101
 
90
102
  }
91
103
  end
@@ -119,7 +131,11 @@ module Khipu
119
131
  :'payer_email' => :'String',
120
132
  :'personal_identifier' => :'String',
121
133
  :'bank_account_number' => :'String',
122
- :'out_of_date_conciliation' => :'BOOLEAN'
134
+ :'out_of_date_conciliation' => :'BOOLEAN',
135
+ :'transaction_id' => :'String',
136
+ :'custom' => :'String',
137
+ :'responsible_user_email' => :'String',
138
+ :'send_reminders' => :'String'
123
139
 
124
140
  }
125
141
  end
@@ -241,6 +257,22 @@ module Khipu
241
257
  self.out_of_date_conciliation = attributes[:'out_of_date_conciliation']
242
258
  end
243
259
 
260
+ if attributes[:'transaction_id']
261
+ self.transaction_id = attributes[:'transaction_id']
262
+ end
263
+
264
+ if attributes[:'custom']
265
+ self.custom = attributes[:'custom']
266
+ end
267
+
268
+ if attributes[:'responsible_user_email']
269
+ self.responsible_user_email = attributes[:'responsible_user_email']
270
+ end
271
+
272
+ if attributes[:'send_reminders']
273
+ self.send_reminders = attributes[:'send_reminders']
274
+ end
275
+
244
276
  end
245
277
 
246
278
  end
@@ -1,3 +1,3 @@
1
1
  module Khipu
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: khipu-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - khipu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-05 00:00:00.000000000 Z
11
+ date: 2015-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus