paypal-sdk-adaptiveaccounts 1.102.1 → 1.102.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +5 -5
  2. data/Gemfile +0 -8
  3. data/README.md +4 -25
  4. data/Rakefile +1 -6
  5. metadata +10 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: d0e54476d9ac28242ed52e6318a68b6c66cde5b2
4
- data.tar.gz: cbe270bccc53b674b0b18a450956f9f27d9574d3
2
+ SHA256:
3
+ metadata.gz: 82b74651eafdf482d8897c7b91caf78a864a7f0e9aa07fb270ed7f65007c530f
4
+ data.tar.gz: 73b57f9183f133e68767d6fc8e7964660fc557519c3751ba041203eb27683c2d
5
5
  SHA512:
6
- metadata.gz: 26f5978cd632a11ecf58f4109b70a0c11c5328517fb9291dd651c2390a33fc27fb8fca786f9beb257d3b746e73bdf6dc01e084aed417869e40fdc20f1b728f54
7
- data.tar.gz: 8600e9ca9e22b7b50e00d2b86fc23f9031eb5cc6add7af5f86d83f61fa7af79a2625c0430afa0fb47a53cfb29b6364e1c8724fd9bd11ddc0150eb0f30bdbfa06
6
+ metadata.gz: f011ef8e098a6dfd1d6a2ad3de31a3e487515259587a2af9b04b9d9589065121513394d311fe2488fcf85455b348e08c89437c2d885ac8555e1b3290505f2675
7
+ data.tar.gz: 4295151faf8574f528bfd2a9e3e908b5a80dc763c670fd6fc8c331a65751813433fed1d5fdc5848717db72b58ae01b66fa5bcae693ce8a48f821ad7875e88a3b
data/Gemfile CHANGED
@@ -4,14 +4,6 @@ gemspec
4
4
 
5
5
  gem 'paypal-sdk-core', :git => "https://github.com/paypal/sdk-core-ruby.git"
6
6
 
7
- if File.exist? File.expand_path('../samples/adaptive_accounts_samples.gemspec', __FILE__)
8
- gem 'adaptive_accounts_samples', :path => 'samples', :require => false
9
- group :test do
10
- gem 'rspec-rails', '~> 2.14.1', :require => false
11
- gem 'capybara', '~> 2.0.3', :require => false
12
- end
13
- end
14
-
15
7
  group :test do
16
8
  gem 'rspec', '~> 2.14.1'
17
9
  end
data/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  The PayPal Adaptive Accounts SDK provides Ruby APIs to create and manage PayPal accounts, add payment methods to accounts and obtain account verification status using the PayPal Adaptive Accounts API.
4
4
 
5
+ ## Support
6
+
7
+ > Please contact [PayPal Technical Support](https://developer.paypal.com/support/) for any live or account issues.
8
+
5
9
  ## Installation
6
10
 
7
11
  Add this line to your application's Gemfile:
@@ -117,28 +121,3 @@ else
117
121
  print @create_account_response.error[0].message
118
122
  end
119
123
  ```
120
-
121
- For more samples [paypal-sdk-samples.herokuapp.com/adaptive_accounts/](https://paypal-sdk-samples.herokuapp.com/adaptive_accounts/)
122
-
123
- ## Samples App
124
-
125
- Add following line in rails `Gemfile`:
126
-
127
- ```ruby
128
- gem 'paypal-sdk-adaptiveaccounts'
129
- gem 'adaptive_accounts_samples', :git => "https://github.com/paypal/adaptiveaccounts-sdk-ruby.git", :group => :development
130
- ```
131
-
132
- Configure routes(`config/routes.rb`):
133
-
134
- ```ruby
135
- mount AdaptiveAccountsSamples::Engine => "/samples" if Rails.env.development?
136
- ```
137
-
138
- To get default paypal configuration execute:
139
-
140
- ```sh
141
- rails g paypal:sdk:install
142
- ```
143
-
144
- Run `rails server` and check the samples.
data/Rakefile CHANGED
@@ -2,13 +2,8 @@ require "bundler/gem_tasks"
2
2
 
3
3
  desc "Run tests"
4
4
  task :rspec do
5
- cmd = "bundle exec rspec && cd samples && bundle exec rspec"
5
+ cmd = "bundle exec rspec"
6
6
  system(cmd) || raise("#{cmd} failed")
7
7
  end
8
8
 
9
- desc "View samples"
10
- task :samples do
11
- system("cd samples/spec/dummy && bundle exec rails server")
12
- end
13
-
14
9
  task :default => :rspec
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paypal-sdk-adaptiveaccounts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.102.1
4
+ version: 1.102.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - PayPal
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-15 00:00:00.000000000 Z
11
+ date: 2023-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: paypal-sdk-core
@@ -24,9 +24,9 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.3.0
27
- description: The PayPal Adaptive Accounts SDK provides Ruby APIs to create and manage
28
- PayPal accounts, add payment methods to accounts and obtain account verification
29
- status using the PayPal Adaptive Accounts API.
27
+ description: "[Deprecated] The PayPal Adaptive Accounts SDK provides Ruby APIs to
28
+ create and manage PayPal accounts, add payment methods to accounts and obtain account
29
+ verification status using the PayPal Adaptive Accounts API."
30
30
  email:
31
31
  - DL-PP-Platform-Ruby-SDK@paypal.com
32
32
  executables: []
@@ -49,7 +49,7 @@ files:
49
49
  homepage: https://developer.paypal.com
50
50
  licenses: []
51
51
  metadata: {}
52
- post_install_message:
52
+ post_install_message:
53
53
  rdoc_options: []
54
54
  require_paths:
55
55
  - lib
@@ -64,11 +64,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  - !ruby/object:Gem::Version
65
65
  version: '0'
66
66
  requirements: []
67
- rubyforge_project:
68
- rubygems_version: 2.4.1
69
- signing_key:
67
+ rubygems_version: 3.4.10
68
+ signing_key:
70
69
  specification_version: 4
71
- summary: PayPal Adaptive Accounts SDK
70
+ summary: Deprecated.
72
71
  test_files:
73
72
  - spec/adaptive_accounts_spec.rb
74
73
  - spec/config/cert_key.pem