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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3eef2a9b2b97ee14ae3350774c61576365dc68c5
4
- data.tar.gz: ab912e395505740b888e73960fad31605bc1901d
3
+ metadata.gz: 102eae78dfad06334acb3a8fc9f869cf908428da
4
+ data.tar.gz: 0b543048c8bbac3c11d408c90571c0d6e66fd244
5
5
  SHA512:
6
- metadata.gz: ffb0b8caa8d8daa004eef3b3971e10d58e23496f1e6c2762a39e068f4e9b78ec734f298fa7aead18a6008271967c2e783cdcf8f6dc31899810889da64b968b28
7
- data.tar.gz: 281c8d93276ec9d3590e8f38d149370459612066f94a5a6cc475f37e5baa029ed669c96c79fb844d3e35cb8a7872c2b102dddf1a0521d0e970c5b68dfcd8a92e
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
@@ -5,7 +5,7 @@ module PayPal::SDK
5
5
  module Merchant
6
6
 
7
7
  # Service Version
8
- SERVICE_VERSION = "116.0"
8
+ SERVICE_VERSION = "117.0"
9
9
  # Service Name
10
10
  SERVICE_NAME = "PayPalAPIInterfaceService"
11
11
 
@@ -1,7 +1,7 @@
1
1
  module PayPal
2
2
  module SDK
3
3
  module Merchant
4
- VERSION = "1.116.0"
4
+ VERSION = "1.117.1"
5
5
  end
6
6
  end
7
7
  end
@@ -116,7 +116,7 @@ describe "Merchant" do
116
116
  end
117
117
 
118
118
  it "Validate ipn message" do
119
- @api.ipn_valid?("Invalid").should be_false
119
+ expect(@api.ipn_valid?("Invalid")).to be_falsey
120
120
  end
121
121
 
122
122
  it "Update BillAgreement" do
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.116.0
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: 2014-07-23 00:00:00.000000000 Z
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@ebay.com
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.2.2
72
+ rubygems_version: 2.4.1
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: PayPal Merchant SDK