amazon_flex_pay 0.9.4 → 0.9.5

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.
@@ -16,7 +16,7 @@ require 'amazon_flex_pay/api'
16
16
  require 'amazon_flex_pay/pipelines'
17
17
 
18
18
  module AmazonFlexPay
19
- VERSION = '0.9.4'
19
+ VERSION = '0.9.5'
20
20
  API_VERSION = '2010-08-28'
21
21
  PIPELINE_VERSION = '2009-01-09'
22
22
 
@@ -8,7 +8,7 @@ module AmazonFlexPay::API #:nodoc:
8
8
  attribute :response_group
9
9
  attribute :role, :enumeration => :transactional_role
10
10
  attribute :sort_order_by_date, :enumeration => :sort_order_by_date
11
- attribute :status, :type => :transaction_status
11
+ attribute :status, :enumeration => :transaction_status
12
12
 
13
13
  class Response < BaseResponse #:nodoc:
14
14
  attribute :batch_size
@@ -114,7 +114,7 @@ module AmazonFlexPay::DataTypes
114
114
  attribute :recipient_email
115
115
  attribute :recipient_name
116
116
  attribute :recipient_token_id
117
- attribute :related_transaction, :type => :related_transaction
117
+ attribute :related_transaction, :collection => :related_transaction
118
118
  attribute :sender_description
119
119
  attribute :sender_email
120
120
  attribute :sender_name
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amazon_flex_pay
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 4
10
- version: 0.9.4
9
+ - 5
10
+ version: 0.9.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Lance Ivy
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-11 00:00:00 -08:00
18
+ date: 2011-04-06 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency