braspag-rest 0.4.2 → 0.4.3

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: 62b25a333c0bdec698188695c3228d65232f54a8
4
- data.tar.gz: af4d8fa509a8275d8646dcaf6d4bcb6c7ab91d9c
3
+ metadata.gz: fc530988af28a6471f243389c220343a5cd482c2
4
+ data.tar.gz: 1765171a3379a9a3b1d442e6890bdad63b6b629b
5
5
  SHA512:
6
- metadata.gz: f9e14942adec9f0ede0064495f0864509013ecbc050b378f343727d4eaca6ba749b72899ea2f1fbda17056f3d5b56286ea259af255a5f8e96af50dce62829de1
7
- data.tar.gz: a0a5ee325313e7c0b2aaca7b26a8ddfffa78f574f4595d046c137bbeaf207925fd46b56b0f3041926c36db6a7ab323fd9776be2bab6e7831ab6e692bc3fc9258
6
+ metadata.gz: 279703e5fcf61f5ec7454c8c72d7e50a96bc48fe0b562e5e49dd47ad9b0d691d3d3d59112155a3af9343b75b6072806a05300154369aad2c56fc88359beee1f7
7
+ data.tar.gz: 9b11cf9abade9d888bde5042e0830effc138e04a9f0212cc724e9dd15db37f3b1016f230901fb4c6241b8d69c4b61276f70845206487040aa2a432f4030c61b2
@@ -9,6 +9,7 @@ module BraspagRest
9
9
  property :id, from: 'PaymentId'
10
10
  property :type, from: 'Type'
11
11
  property :amount, from: 'Amount'
12
+ property :captured_amount, from: 'CapturedAmount'
12
13
  property :status, from: 'Status'
13
14
  property :provider, from: 'Provider'
14
15
  property :installments, from: 'Installments'
@@ -1,3 +1,3 @@
1
1
  module BraspagRest
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: braspag-rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dinda Dev Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-12 00:00:00.000000000 Z
11
+ date: 2015-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client