paypal-express 0.0.9 → 0.1.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.9
1
+ 0.1.0
@@ -14,7 +14,8 @@ module Paypal
14
14
  :PROTECTIONELIGIBILITYTYPE => :protection_eligibility_type,
15
15
  :REASONCODE => :reason_code,
16
16
  :TRANSACTIONID => :transaction_id,
17
- :TRANSACTIONTYPE => :transaction_type
17
+ :TRANSACTIONTYPE => :transaction_type,
18
+ :RECEIPTID => :receipt_id
18
19
  }
19
20
  attr_accessor *@@attribute_mapping.values
20
21
  attr_accessor :amount
@@ -21,7 +21,8 @@ describe Paypal::Payment::Response::Info do
21
21
  :TRANSACTIONTYPE => 'expresscheckout',
22
22
  :AMT => '14.00',
23
23
  :FEEAMT => '0.85',
24
- :TAXAMT => '0.00'
24
+ :TAXAMT => '0.00',
25
+ :RECEIPTID => '12345'
25
26
  }
26
27
  end
27
28
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paypal-express
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
+ - 1
8
9
  - 0
9
- - 9
10
- version: 0.0.9
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - nov matake