paypal-sdk-merchant 1.96.0 → 1.96.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -108,7 +108,7 @@ Make api call with hash:
108
108
 
109
109
  To get response status:
110
110
 
111
- transaction_search_response.responseEnvelope.ack
111
+ transaction_search_response.ack
112
112
 
113
113
 
114
114
  ## Example
@@ -0,0 +1,10 @@
1
+ require 'paypal-sdk/merchant/data_types'
2
+
3
+ module PayPal::SDK::Merchant::DataTypes
4
+ PaymentItemType.object_of :InvoiceItem, InvoiceItemType, :namespace => :ebl
5
+
6
+ SubscriptionInfoType.add_attribute :recurring
7
+ SubscriptionInfoType.add_attribute :reattempt
8
+
9
+ AuctionInfoType.add_attribute :multiItem
10
+ end
@@ -1,5 +1,4 @@
1
1
  require 'paypal-sdk-core'
2
- require 'paypal-sdk/merchant/data_types'
3
2
 
4
3
  # AUTO GENERATED code for PayPalAPIInterfaceService
5
4
  module PayPal::SDK
@@ -1,7 +1,7 @@
1
1
  module PayPal
2
2
  module SDK
3
3
  module Merchant
4
- VERSION = "1.96.0"
4
+ VERSION = "1.96.1"
5
5
  end
6
6
  end
7
7
  end
@@ -6,7 +6,7 @@ module PayPal
6
6
 
7
7
  autoload :VERSION, "paypal-sdk/merchant/version"
8
8
  autoload :Services, "paypal-sdk/merchant/services"
9
- autoload :DataTypes, "paypal-sdk/merchant/data_types"
9
+ autoload :DataTypes, "paypal-sdk/merchant/data_types_with_bugfix"
10
10
  autoload :API, "paypal-sdk/merchant/api"
11
11
 
12
12
  def self.new(*args)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paypal-sdk-merchant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.96.0
4
+ version: 1.96.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-11 00:00:00.000000000 Z
12
+ date: 2012-12-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: paypal-sdk-core
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 0.1.0
21
+ version: 0.1.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 0.1.0
29
+ version: 0.1.1
30
30
  description: Merchants SDK
31
31
  email:
32
32
  - DL-PP-Platform-Ruby-SDK@ebay.com
@@ -41,6 +41,7 @@ files:
41
41
  - spec/merchant_spec.rb
42
42
  - lib/paypal-sdk-merchant.rb
43
43
  - lib/paypal-sdk/merchant/services.rb
44
+ - lib/paypal-sdk/merchant/data_types_with_bugfix.rb
44
45
  - lib/paypal-sdk/merchant/api.rb
45
46
  - lib/paypal-sdk/merchant/version.rb
46
47
  - lib/paypal-sdk/merchant/data_types.rb
@@ -62,7 +63,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
63
  version: '0'
63
64
  segments:
64
65
  - 0
65
- hash: -211300945
66
+ hash: 787822545
66
67
  required_rubygems_version: !ruby/object:Gem::Requirement
67
68
  none: false
68
69
  requirements:
@@ -71,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
72
  version: '0'
72
73
  segments:
73
74
  - 0
74
- hash: -211300945
75
+ hash: 787822545
75
76
  requirements: []
76
77
  rubyforge_project:
77
78
  rubygems_version: 1.8.24