tpaga 0.4.2.1 → 0.4.2.2

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: 3f4d7d1910744104ec03b1f1b7df03cbeb4b19c8
4
- data.tar.gz: 3e15282e948a62c025f6031422ca41d8bf5e5f54
3
+ metadata.gz: a00d942ce404735b191e945dfa845101e78ebd1a
4
+ data.tar.gz: 1ae23befaad28d854a1856bb49b297ff8eaf21c0
5
5
  SHA512:
6
- metadata.gz: 9ce855d711d9a46dbc1883ea5593dc49421332e2d96515bbfee4a7b973e68572cce7e3ace0a97df9e75b38dcfd11849db251626a805d07f48bb72624bf6e0b9e
7
- data.tar.gz: 878f71b3853586e0d1656dab25e67ad34aad215e73eeb77a531bba47d6816e1ab3b595636fd878b8d59ead7b6099de4256666d098d5d751b105b3d3c6bae0d30
6
+ metadata.gz: 7a87c002d259cd9c76d8f07bec4366c8f1d50affe1673b3569fd2e3315bc68c896fe29c487218ee2a0eef490796737c883fedecbcd44f8170178380bca2f8157
7
+ data.tar.gz: 7c3e10ca8557fb264d89717689e5f6de58ca3741a74ecf91cdc666670b026357d1305b49c59f6ff80567c57d872805e5e5a086180a5dd94a45298e7128e09513
@@ -1,7 +1,7 @@
1
1
  module Tpaga
2
2
  #
3
3
  class CreditCardCharge < BaseObject
4
- attr_accessor :id, :amount, :tax_amount, :currency, :credit_card, :installments, :order_id, :description, :paid, :customer, :payment_transaction
4
+ attr_accessor :id, :amount, :tax_amount, :currency, :credit_card, :installments, :order_id, :description, :paid, :customer, :payment_transaction, :third_party_id
5
5
  # attribute mapping from ruby-style variable name to JSON key
6
6
  def self.attribute_map
7
7
  {
@@ -1,5 +1,5 @@
1
1
  module Tpaga
2
2
  module Swagger
3
- VERSION = "0.4.2.1"
3
+ VERSION = "0.4.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tpaga
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2.1
4
+ version: 0.4.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Ortiz V.