paypal-sdk-merchant 1.116.0 → 1.117.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/paypal-sdk/merchant/data_types.rb +7 -0
- data/lib/paypal-sdk/merchant/services.rb +1 -1
- data/lib/paypal-sdk/merchant/version.rb +1 -1
- data/spec/merchant_samples_spec.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 102eae78dfad06334acb3a8fc9f869cf908428da
|
4
|
+
data.tar.gz: 0b543048c8bbac3c11d408c90571c0d6e66fd244
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afb76e26cb5ba738d17b09f63cc050a7dff47a67f6dc28866b0cd9e3dbcce73b234cdc2d0dc7187440d01dde9d74a77a94858fd3a7c58e19fb5e28a2201cf608
|
7
|
+
data.tar.gz: aa51601a96994a0f0fde2bd334ecbfa2dc094e296d7d5747a1b9f5e986fbdd7b1ac86e0b4c7f51b44e531f494c7f80b414fea9a26159846cff38d61550f87c68
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# Merchant
|
2
2
|
|
3
|
+
#### This Classic SDK is not actively supported and will be deprecated in the future. For full support on new integrations, please use the [Ruby Rest SDK](https://github.com/paypal/rest-api-sdk-ruby)
|
4
|
+
|
3
5
|
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
6
|
|
5
7
|
## Installation
|
@@ -1008,6 +1008,8 @@ module PayPal::SDK
|
|
1008
1008
|
array_of :PaymentDetails, PaymentDetailsType, :namespace => :ebl
|
1009
1009
|
# An optional set of values related to tracking for external partner.
|
1010
1010
|
object_of :ExternalPartnerTrackingDetails, ExternalPartnerTrackingDetailsType, :namespace => :ebl
|
1011
|
+
# URI(uniform resource identifier), the source from which the request is initiated.
|
1012
|
+
object_of :URI, String, :namespace => :ebl
|
1011
1013
|
end
|
1012
1014
|
end
|
1013
1015
|
|
@@ -1205,6 +1207,8 @@ module PayPal::SDK
|
|
1205
1207
|
array_of :PaymentInfo, PaymentInfoType, :namespace => :ebl
|
1206
1208
|
# Indicate the tolerance a cart can be changed. Possible values are NONE = cart cannot be changed (since financing was used and country is DE). FLEXIBLE = cart can be changed If this parameter does not exist, then assume cart can be modified.
|
1207
1209
|
object_of :CartChangeTolerance, String, :namespace => :ebl
|
1210
|
+
# Type of the payment instrument.
|
1211
|
+
object_of :InstrumentDetails, InstrumentDetailsType, :namespace => :ebl
|
1208
1212
|
end
|
1209
1213
|
end
|
1210
1214
|
|
@@ -2137,6 +2141,8 @@ module PayPal::SDK
|
|
2137
2141
|
array_of :RedeemedOffers, DiscountInfoType, :namespace => :ebl
|
2138
2142
|
# Total loyalty points for a given id accumulated by the consumre so far.
|
2139
2143
|
array_of :CummulativePoints, DiscountInfoType, :namespace => :ebl
|
2144
|
+
# Merchant Data that is passed through from Merchant to Processor
|
2145
|
+
array_of :MerchantData, MerchantDataType, :namespace => :ebl
|
2140
2146
|
end
|
2141
2147
|
end
|
2142
2148
|
|
@@ -2411,6 +2417,7 @@ module PayPal::SDK
|
|
2411
2417
|
object_of :MerchantSessionId, String, :namespace => :ebl
|
2412
2418
|
object_of :ReqConfirmShipping, String, :namespace => :ebl
|
2413
2419
|
object_of :SoftDescriptor, String, :namespace => :ebl
|
2420
|
+
object_of :SoftDescriptorCity, String, :namespace => :ebl
|
2414
2421
|
object_of :SenderDetails, SenderDetailsType, :namespace => :ebl
|
2415
2422
|
# Unique id for each API request to prevent duplicate payments. Optional Character length and limits: 38 single-byte characters maximum.
|
2416
2423
|
object_of :MsgSubID, String, :namespace => :ebl
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paypal-sdk-merchant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.117.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PayPal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: paypal-sdk-core
|
@@ -28,7 +28,7 @@ description: The PayPal Merchant SDK provides Ruby APIs for processing payments,
|
|
28
28
|
payments, subscriptions and transactions using PayPal's Merchant APIs, which include
|
29
29
|
Express Checkout, Recurring Payments, Direct Payment and Transactional APIs.
|
30
30
|
email:
|
31
|
-
- DL-PP-Platform-Ruby-SDK@
|
31
|
+
- DL-PP-Platform-Ruby-SDK@paypal.com
|
32
32
|
executables: []
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
version: '0'
|
70
70
|
requirements: []
|
71
71
|
rubyforge_project:
|
72
|
-
rubygems_version: 2.
|
72
|
+
rubygems_version: 2.4.1
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: PayPal Merchant SDK
|