paypal-sdk-merchant 1.102.0 → 1.103.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: a98051bdd6ee95ca4d93bac72211513f0973736a
4
- data.tar.gz: e31f45ffdafa0b9221ef5e8c44abfb64d59f072c
3
+ metadata.gz: 55946054a39b4d103560dfffd18223124b5d061f
4
+ data.tar.gz: 12096df5f6bdc5b98efe1da578d002dcf8ec4151
5
5
  SHA512:
6
- metadata.gz: a08ea6e0204a5953fccabbf37005fb1a27cc8ca6d0e6f2ee5a87b4c4c7cbe82548ae7dd7dc82dbca5d966308b63047bfd227c8f908baf7287953d150030cfa4d
7
- data.tar.gz: c445a2fc38c0ad8aacb9a1c8f849b595b99aed58cdff59959e0b81cb391c95395376d3028200fc7537e1f4a9c5aac31ca8cc858218870aac9ba898c594bf78c1
6
+ metadata.gz: 681137f422d9118a1542c0030e2e87b77027e81dd9c5021b70dd20581d4ea024a3d15bb9a8cf9528875cebd930a38c0b9158123a19844778bdae562ac8cdd771
7
+ data.tar.gz: 00c3fa1fd4d06905b0eade2196ed68d78d0199623d7b0307095f298c12c0ecd011a719deea0f6deb743ccf610f5cabe2eaaee852385a404966aeb7cdaec2b039
@@ -4648,6 +4648,8 @@ module PayPal::SDK
4648
4648
  def self.load_members
4649
4649
  # Indicates whether the phone is activated for mobile payments
4650
4650
  object_of :IsActivated, Integer, :namespace => :ns, :required => true
4651
+ # Indicates whether the password is enabled for particular account
4652
+ object_of :IsPasswordSet, Integer, :namespace => :ns, :required => true
4651
4653
  # Indicates whether there is a payment pending from the phone
4652
4654
  object_of :PaymentPending, Integer, :namespace => :ns, :required => true
4653
4655
  end
@@ -1,7 +1,7 @@
1
1
  module PayPal
2
2
  module SDK
3
3
  module Merchant
4
- VERSION = "1.102.0"
4
+ VERSION = "1.103.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.102.0
4
+ version: 1.103.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - PayPal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-27 00:00:00.000000000 Z
11
+ date: 2013-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: paypal-sdk-core