braspag-rest 0.3.2 → 0.4.0

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: f63d40567c9dd1e0a798074c0c3d93903832c24a
4
- data.tar.gz: 303f10898e36daba8745417a77807dffa0564200
3
+ metadata.gz: 89b3ed1550da0757299919d7412d51cf612b1b39
4
+ data.tar.gz: 20bad2c9cfafca7e576116341b8031f795658774
5
5
  SHA512:
6
- metadata.gz: e135a57ae5e29ee9807ba814f1b40f066f364a667aaa66e3f2790220a416c81d64bba872a80983fa2a44fe7398db09d06ba64d5dc699c80e4223616fb997111d
7
- data.tar.gz: 6c397b73e59d89d324a11edaed98652bd691871941f290b553ca09c45451c48473adb0570aff8aa0019a62cd2e1c4231c74e468b32a9c8d100730253fc77d581
6
+ metadata.gz: 89be64c59a2eb73aca6f17b205172ea22466ad7de08d945c51020d8717af632660a3de0625f79d08a76a933e0b8627536ce7566330ead1ab4447b6883ad8db9a
7
+ data.tar.gz: cabc88ba6db3096e8a6223f8baef0a40b7a607d0ac4329f9df166caf805f5222ea58b0a5da9156197c92f3ae97a127f4361686306bf029dcfc161c7b4b851851
@@ -20,6 +20,12 @@ module BraspagRest
20
20
  property :reason_message, from: 'ReasonMessage'
21
21
  property :voided_amount, from: 'VoidedAmount'
22
22
 
23
+ property :digitable_line, from: 'DigitableLine'
24
+ property :barcode_number, from: 'BarCodeNumber'
25
+ property :expiration_date, from: 'ExpirationDate'
26
+ property :instructions, from: 'Instructions'
27
+ property :printable_page_url, from: 'Url'
28
+
23
29
  coerce_key :credit_card, BraspagRest::CreditCard
24
30
 
25
31
  def authorized?
@@ -1,3 +1,3 @@
1
1
  module BraspagRest
2
- VERSION = "0.3.2"
2
+ VERSION = "0.4.0"
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.3.2
4
+ version: 0.4.0
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-09-22 00:00:00.000000000 Z
11
+ date: 2015-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client