paypal-sdk-invoice 1.106.0 → 1.117.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +17 -17
- data/README.md +104 -125
- data/Rakefile +9 -14
- data/lib/paypal-sdk/invoice/api.rb +21 -21
- data/lib/paypal-sdk/invoice/data_types.rb +988 -871
- data/lib/paypal-sdk/invoice/services.rb +267 -248
- data/lib/paypal-sdk/invoice/version.rb +7 -7
- data/lib/paypal-sdk/invoice.rb +16 -16
- data/lib/paypal-sdk-invoice.rb +2 -2
- data/spec/config/paypal.yml +24 -24
- data/spec/invoice_spec.rb +18 -18
- data/spec/spec_helper.rb +6 -6
- metadata +26 -31
data/spec/spec_helper.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
require 'bundler/setup'
|
2
|
-
|
3
|
-
Bundler.require :default, :test
|
4
|
-
PayPal::SDK::Core::Config.load('spec/config/paypal.yml', 'test')
|
5
|
-
|
6
|
-
require 'paypal-sdk-invoice'
|
1
|
+
require 'bundler/setup'
|
2
|
+
|
3
|
+
Bundler.require :default, :test
|
4
|
+
PayPal::SDK::Core::Config.load('spec/config/paypal.yml', 'test')
|
5
|
+
|
6
|
+
require 'paypal-sdk-invoice'
|
metadata
CHANGED
@@ -1,77 +1,72 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paypal-sdk-invoice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
5
|
-
prerelease:
|
4
|
+
version: 1.117.1
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- PayPal
|
9
|
-
autorequire:
|
8
|
+
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2023-10-17 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: paypal-sdk-core
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- - ~>
|
17
|
+
- - "~>"
|
20
18
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.
|
19
|
+
version: 0.3.0
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
|
-
- - ~>
|
24
|
+
- - "~>"
|
28
25
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
30
|
-
description: The PayPal Invoice SDK provides Ruby APIs to create and
|
31
|
-
using the PayPal's Invoicing Service API.
|
26
|
+
version: 0.3.0
|
27
|
+
description: "[Deprecated] The PayPal Invoice SDK provides Ruby APIs to create and
|
28
|
+
manage Invoices using the PayPal's Invoicing Service API."
|
32
29
|
email:
|
33
30
|
- DL-PP-Platform-Ruby-SDK@ebay.com
|
34
31
|
executables: []
|
35
32
|
extensions: []
|
36
33
|
extra_rdoc_files: []
|
37
34
|
files:
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
41
|
-
-
|
35
|
+
- Gemfile
|
36
|
+
- README.md
|
37
|
+
- Rakefile
|
38
|
+
- lib/paypal-sdk-invoice.rb
|
39
|
+
- lib/paypal-sdk/invoice.rb
|
42
40
|
- lib/paypal-sdk/invoice/api.rb
|
43
41
|
- lib/paypal-sdk/invoice/data_types.rb
|
44
42
|
- lib/paypal-sdk/invoice/services.rb
|
45
43
|
- lib/paypal-sdk/invoice/version.rb
|
46
|
-
-
|
47
|
-
-
|
48
|
-
-
|
49
|
-
-
|
50
|
-
- Gemfile
|
44
|
+
- spec/config/cert_key.pem
|
45
|
+
- spec/config/paypal.yml
|
46
|
+
- spec/invoice_spec.rb
|
47
|
+
- spec/spec_helper.rb
|
51
48
|
homepage: https://developer.paypal.com
|
52
49
|
licenses: []
|
53
|
-
|
50
|
+
metadata: {}
|
51
|
+
post_install_message:
|
54
52
|
rdoc_options: []
|
55
53
|
require_paths:
|
56
54
|
- lib
|
57
55
|
required_ruby_version: !ruby/object:Gem::Requirement
|
58
|
-
none: false
|
59
56
|
requirements:
|
60
|
-
- -
|
57
|
+
- - ">="
|
61
58
|
- !ruby/object:Gem::Version
|
62
59
|
version: '0'
|
63
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
64
|
-
none: false
|
65
61
|
requirements:
|
66
|
-
- -
|
62
|
+
- - ">="
|
67
63
|
- !ruby/object:Gem::Version
|
68
64
|
version: '0'
|
69
65
|
requirements: []
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
summary: PayPal Invoice SDK
|
66
|
+
rubygems_version: 3.4.10
|
67
|
+
signing_key:
|
68
|
+
specification_version: 4
|
69
|
+
summary: Deprecated.
|
75
70
|
test_files:
|
76
71
|
- spec/config/cert_key.pem
|
77
72
|
- spec/config/paypal.yml
|