paypal-sdk-merchant 1.115.0 → 1.116.0

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: 77d0fa5be8d30539c943194703ed665063973687
4
- data.tar.gz: a3d09fc4f52cf5562fea4a815118f91bb9879bfa
3
+ metadata.gz: 3eef2a9b2b97ee14ae3350774c61576365dc68c5
4
+ data.tar.gz: ab912e395505740b888e73960fad31605bc1901d
5
5
  SHA512:
6
- metadata.gz: 86b01c56a7ceeb525a166c7c372cb4275a097da301090bee70e85ed2581479642a9f98fd2d840f70cae706b80bed079e9076f1246539171289fb483574bf5db2
7
- data.tar.gz: b97f5fbb81c4d6e4a07c7adbfaaae77af5445b97705739d02f8afdfd3eeee2d27ffdb178ff551fe595696aa1d815e955dfad458411ea5272dfdd8aff374917d4
6
+ metadata.gz: ffb0b8caa8d8daa004eef3b3971e10d58e23496f1e6c2762a39e068f4e9b78ec734f298fa7aead18a6008271967c2e783cdcf8f6dc31899810889da64b968b28
7
+ data.tar.gz: 281c8d93276ec9d3590e8f38d149370459612066f94a5a6cc475f37e5baa029ed669c96c79fb844d3e35cb8a7872c2b102dddf1a0521d0e970c5b68dfcd8a92e
@@ -578,7 +578,7 @@ module PayPal::SDK
578
578
 
579
579
  # UserSelectedFundingSourceType User Selected Funding Source (used by Express Checkout)
580
580
  class UserSelectedFundingSourceType < EnumType
581
- self.options = { 'ELV' => 'ELV', 'CREDITCARD' => 'CreditCard', 'CHINAUNIONPAY' => 'ChinaUnionPay', 'BML' => 'BML' }
581
+ self.options = { 'ELV' => 'ELV', 'CREDITCARD' => 'CreditCard', 'CHINAUNIONPAY' => 'ChinaUnionPay', 'BML' => 'BML', 'FINANCE' => 'Finance' }
582
582
  end
583
583
 
584
584
 
@@ -1132,7 +1132,7 @@ module PayPal::SDK
1132
1132
  def self.load_members
1133
1133
  # Allowable values: 0,1 The value 1 indicates that the customer can accept push funding, and 0 means they cannot. Optional Character length and limitations: One single-byte numeric character.
1134
1134
  object_of :AllowPushFunding, String, :namespace => :ebl
1135
- # Allowable values: ELV, CreditCard, ChinaUnionPay, BML This element could be used to specify the perered funding option for a guest users. It has effect only if LandingPage element is set to Billing. Otherwise it will be ignored.
1135
+ # Allowable values: ELV, CreditCard, ChinaUnionPay, BML, Finance This element could be used to specify the preferred funding option for a guest users. It has effect only if LandingPage element is set to Billing. Otherwise it will be ignored.
1136
1136
  object_of :UserSelectedFundingSource, UserSelectedFundingSourceType, :namespace => :ebl
1137
1137
  end
1138
1138
  end
@@ -1201,6 +1201,10 @@ module PayPal::SDK
1201
1201
  object_of :ExternalRememberMeStatusDetails, ExternalRememberMeStatusDetailsType, :namespace => :ebl
1202
1202
  # Response information resulting from opt-in operation or current login bypass status.
1203
1203
  object_of :RefreshTokenStatusDetails, RefreshTokenStatusDetailsType, :namespace => :ebl
1204
+ # Information about the transaction
1205
+ array_of :PaymentInfo, PaymentInfoType, :namespace => :ebl
1206
+ # 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
+ object_of :CartChangeTolerance, String, :namespace => :ebl
1204
1208
  end
1205
1209
  end
1206
1210
 
@@ -1791,6 +1795,15 @@ module PayPal::SDK
1791
1795
  object_of :GrossAmount, BasicAmountType, :namespace => :ebl
1792
1796
  # Transaction fee associated with the payment
1793
1797
  object_of :FeeAmount, BasicAmountType, :namespace => :ebl
1798
+ # Transaction financing fee associated with the payment.
1799
+ object_of :FinancingFeeAmount, BasicAmountType, :namespace => :ebl
1800
+ # Total overall cost associated with this financing transaction.
1801
+ object_of :FinancingTotalCost, BasicAmountType, :namespace => :ebl
1802
+ # Monthly payment for this financing transaction.
1803
+ object_of :FinancingMonthlyPayment, BasicAmountType, :namespace => :ebl
1804
+ # The length of this financing term, in months.
1805
+ object_of :FinancingTerm, String, :namespace => :ebl
1806
+ object_of :IsFinancing, String, :namespace => :ebl
1794
1807
  # Amount deposited into the account's primary balance after a currency conversion from automatic conversion through your Payment Receiving Preferences or manual conversion through manually accepting a payment. This amount is calculated after fees and taxes have been assessed.
1795
1808
  object_of :SettleAmount, BasicAmountType, :namespace => :ebl
1796
1809
  # Amount of tax for transaction
@@ -4716,6 +4729,8 @@ module PayPal::SDK
4716
4729
  object_of :MsgSubID, String, :namespace => :ns
4717
4730
  # IP Address of the buyer
4718
4731
  object_of :IPAddress, String, :namespace => :ns
4732
+ # A flag indicating that this transaction is a Ship to Store transaction. Optional
4733
+ object_of :ShipToStore, String, :namespace => :ns
4719
4734
  end
4720
4735
  end
4721
4736
 
@@ -4727,7 +4742,7 @@ module PayPal::SDK
4727
4742
  # An authorization identification number. Character length and limits: 19 single-byte characters
4728
4743
  object_of :TransactionID, String, :namespace => :ns, :required => true
4729
4744
  # The amount and currency you specified in the request.
4730
- object_of :Amount, BasicAmountType, :namespace => :ns, :required => true
4745
+ object_of :Amount, BasicAmountType, :namespace => :ns
4731
4746
  object_of :AuthorizationInfo, AuthorizationInfoType, :namespace => :ebl
4732
4747
  # Return msgsubid back to merchant
4733
4748
  object_of :MsgSubID, String, :namespace => :ns
@@ -4753,6 +4768,8 @@ module PayPal::SDK
4753
4768
  object_of :ShipToAddress, AddressType, :namespace => :ebl
4754
4769
  # IP Address of the buyer
4755
4770
  object_of :IPAddress, String, :namespace => :ns
4771
+ # A flag indicating that this transaction is a Ship to Store transaction. Optional
4772
+ object_of :ShipToStore, String, :namespace => :ns
4756
4773
  end
4757
4774
  end
4758
4775
 
@@ -5,7 +5,7 @@ module PayPal::SDK
5
5
  module Merchant
6
6
 
7
7
  # Service Version
8
- SERVICE_VERSION = "115.0"
8
+ SERVICE_VERSION = "116.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.115.0"
4
+ VERSION = "1.116.0"
5
5
  end
6
6
  end
7
7
  end
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.115.0
4
+ version: 1.116.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - PayPal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-20 00:00:00.000000000 Z
11
+ date: 2014-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: paypal-sdk-core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.2.7
19
+ version: 0.3.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.2.7
26
+ version: 0.3.0
27
27
  description: The PayPal Merchant SDK provides Ruby APIs for processing payments, recurring
28
28
  payments, subscriptions and transactions using PayPal's Merchant APIs, which include
29
29
  Express Checkout, Recurring Payments, Direct Payment and Transactional APIs.