paypal-sdk-buttonmanager 1.96.1 → 1.96.2
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/README.md
CHANGED
@@ -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
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paypal-sdk-buttonmanager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.96.
|
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-
|
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.
|
21
|
+
version: 0.1.2
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -26,8 +26,9 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ~>
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.1.
|
30
|
-
description:
|
29
|
+
version: 0.1.2
|
30
|
+
description: The PayPal Button Manager SDK provides Ruby APIs to create, and manage
|
31
|
+
PayPal Payments Standard buttons programmatically.
|
31
32
|
email:
|
32
33
|
- DL-PP-Platform-Ruby-SDK@ebay.com
|
33
34
|
executables: []
|
@@ -61,7 +62,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
61
62
|
version: '0'
|
62
63
|
segments:
|
63
64
|
- 0
|
64
|
-
hash:
|
65
|
+
hash: -858457805
|
65
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
66
67
|
none: false
|
67
68
|
requirements:
|
@@ -70,13 +71,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
71
|
version: '0'
|
71
72
|
segments:
|
72
73
|
- 0
|
73
|
-
hash:
|
74
|
+
hash: -858457805
|
74
75
|
requirements: []
|
75
76
|
rubyforge_project:
|
76
77
|
rubygems_version: 1.8.24
|
77
78
|
signing_key:
|
78
79
|
specification_version: 3
|
79
|
-
summary:
|
80
|
+
summary: PayPal Button Manager SDK
|
80
81
|
test_files:
|
81
82
|
- spec/button_manager_spec.rb
|
82
83
|
- spec/spec_helper.rb
|