paypal-sdk-merchant 1.96.1 → 1.96.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Merchant
2
2
 
3
- SDK for Merchant.
3
+ The PayPal Merchant SDK provides Ruby APIs for processing payments, recurring payments, subscriptions and transactions using PayPal's Merchant APIs, which include Express Checkout, Recurring Payments, Direct Payment and Transactional APIs.
4
4
 
5
5
  ## Installation
6
6
 
@@ -586,6 +586,7 @@ module PayPal::SDK
586
586
  def self.load_members
587
587
  # Value of the application-specific error parameter.
588
588
  object_of :Value, String, :namespace => :ebl
589
+ add_attribute :ParamID, :namespace => :ebl, :required => true
589
590
  end
590
591
  end
591
592
 
@@ -1764,6 +1765,7 @@ module PayPal::SDK
1764
1765
  class SubscriptionTermsType < DataType
1765
1766
  def self.load_members
1766
1767
  object_of :Amount, BasicAmountType, :namespace => :ebl
1768
+ add_attribute :period, :namespace => :ebl, :required => true
1767
1769
  end
1768
1770
  end
1769
1771
 
@@ -1788,6 +1790,8 @@ module PayPal::SDK
1788
1790
  object_of :Recurrences, String, :namespace => :ebl
1789
1791
  # Subscription duration and charges
1790
1792
  array_of :Terms, SubscriptionTermsType, :namespace => :ebl
1793
+ add_attribute :reattempt, :namespace => :ebl, :required => true
1794
+ add_attribute :recurring, :namespace => :ebl, :required => true
1791
1795
  end
1792
1796
  end
1793
1797
 
@@ -1800,6 +1804,7 @@ module PayPal::SDK
1800
1804
  object_of :BuyerID, String, :namespace => :ebl
1801
1805
  # Auction's close date
1802
1806
  object_of :ClosingDate, DateTime, :namespace => :ebl
1807
+ add_attribute :multiItem, :namespace => :ebl, :required => true
1803
1808
  end
1804
1809
  end
1805
1810
 
@@ -1808,6 +1813,8 @@ module PayPal::SDK
1808
1813
  # OptionType PayPal item options for shopping cart.
1809
1814
  class OptionType < DataType
1810
1815
  def self.load_members
1816
+ add_attribute :name, :namespace => :ebl, :required => true
1817
+ add_attribute :value, :namespace => :ebl, :required => true
1811
1818
  end
1812
1819
  end
1813
1820
 
@@ -2,9 +2,4 @@ require 'paypal-sdk/merchant/data_types'
2
2
 
3
3
  module PayPal::SDK::Merchant::DataTypes
4
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
5
  end
@@ -1,7 +1,7 @@
1
1
  module PayPal
2
2
  module SDK
3
3
  module Merchant
4
- VERSION = "1.96.1"
4
+ VERSION = "1.96.2"
5
5
  end
6
6
  end
7
7
  end
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.1
4
+ version: 1.96.2
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-14 00:00:00.000000000 Z
12
+ date: 2012-12-20 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.1
21
+ version: 0.1.2
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,8 +26,10 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 0.1.1
30
- description: Merchants SDK
29
+ version: 0.1.2
30
+ description: The PayPal Merchant SDK provides Ruby APIs for processing payments, recurring
31
+ payments, subscriptions and transactions using PayPal's Merchant APIs, which include
32
+ Express Checkout, Recurring Payments, Direct Payment and Transactional APIs.
31
33
  email:
32
34
  - DL-PP-Platform-Ruby-SDK@ebay.com
33
35
  executables: []
@@ -63,7 +65,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
65
  version: '0'
64
66
  segments:
65
67
  - 0
66
- hash: 787822545
68
+ hash: 504945711
67
69
  required_rubygems_version: !ruby/object:Gem::Requirement
68
70
  none: false
69
71
  requirements:
@@ -72,13 +74,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
74
  version: '0'
73
75
  segments:
74
76
  - 0
75
- hash: 787822545
77
+ hash: 504945711
76
78
  requirements: []
77
79
  rubyforge_project:
78
80
  rubygems_version: 1.8.24
79
81
  signing_key:
80
82
  specification_version: 3
81
- summary: Merchants SDK
83
+ summary: PayPal Merchant SDK
82
84
  test_files:
83
85
  - spec/transaction_search_spec.rb
84
86
  - spec/spec_helper.rb