paypal-sdk-invoice 1.117.0 → 1.117.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +4 -25
- data/Rakefile +1 -6
- metadata +9 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 6cc36afb984070bcf832f2fba6acf962becda1ff611b8ec59d2d1910f649f886
|
4
|
+
data.tar.gz: 5d0d800685c54d1d8fe962cc41132581285ebf68489cbf2679621c7e8b0e5ba8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98bc45df0faf6da59baa83d09b2756cb285cdfebb727261a8177f098029c80f9561b9ec79f5f94fb6b3f8d41b7c56d114e1a33ae60ad3bb1c5fe8a6de21a7f49
|
7
|
+
data.tar.gz: fe3b2011a5e9e9fb96ed1feb6aa0eeeae3f6013d0de7be58866c42bb94c866a6f8b92f151063d1499c12bc98ba23cc8b0a4c826258aa1814a1c50007aded396e
|
data/README.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
The PayPal Invoice SDK provides Ruby APIs to create and manage Invoices using the PayPal's Invoicing Service 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:
|
@@ -98,28 +102,3 @@ else
|
|
98
102
|
@create_invoice_response.error
|
99
103
|
end
|
100
104
|
```
|
101
|
-
|
102
|
-
For more samples [paypal-sdk-samples.herokuapp.com/invoice/](https://paypal-sdk-samples.herokuapp.com/invoice/)
|
103
|
-
|
104
|
-
## Samples App
|
105
|
-
|
106
|
-
Add following line in rails `Gemfile`:
|
107
|
-
|
108
|
-
```ruby
|
109
|
-
gem 'paypal-sdk-invoice'
|
110
|
-
gem 'invoice_samples', :git => "https://github.com/paypal/invoice-sdk-ruby.git", :group => :development
|
111
|
-
```
|
112
|
-
|
113
|
-
Configure routes(`config/routes.rb`):
|
114
|
-
|
115
|
-
```ruby
|
116
|
-
mount InvoiceSamples::Engine => "/samples" if Rails.env.development?
|
117
|
-
```
|
118
|
-
|
119
|
-
To get default paypal configuration execute:
|
120
|
-
|
121
|
-
```bash
|
122
|
-
$ rails g paypal:sdk:install
|
123
|
-
```
|
124
|
-
|
125
|
-
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
|
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-invoice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.117.
|
4
|
+
version: 1.117.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PayPal
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
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,8 +24,8 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 0.3.0
|
27
|
-
description: The PayPal Invoice SDK provides Ruby APIs to create and
|
28
|
-
using the PayPal's Invoicing Service API.
|
27
|
+
description: "[Deprecated] The PayPal Invoice SDK provides Ruby APIs to create and
|
28
|
+
manage Invoices using the PayPal's Invoicing Service API."
|
29
29
|
email:
|
30
30
|
- DL-PP-Platform-Ruby-SDK@ebay.com
|
31
31
|
executables: []
|
@@ -48,7 +48,7 @@ files:
|
|
48
48
|
homepage: https://developer.paypal.com
|
49
49
|
licenses: []
|
50
50
|
metadata: {}
|
51
|
-
post_install_message:
|
51
|
+
post_install_message:
|
52
52
|
rdoc_options: []
|
53
53
|
require_paths:
|
54
54
|
- lib
|
@@ -63,11 +63,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
63
|
- !ruby/object:Gem::Version
|
64
64
|
version: '0'
|
65
65
|
requirements: []
|
66
|
-
|
67
|
-
|
68
|
-
signing_key:
|
66
|
+
rubygems_version: 3.4.10
|
67
|
+
signing_key:
|
69
68
|
specification_version: 4
|
70
|
-
summary:
|
69
|
+
summary: Deprecated.
|
71
70
|
test_files:
|
72
71
|
- spec/config/cert_key.pem
|
73
72
|
- spec/config/paypal.yml
|