paypal-checkout-sdk 1.0.4 → 1.0.6
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 +4 -4
- data/README.md +4 -1
- data/paypal-checkout-sdk.gemspec +3 -3
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2d7b5f84ee6c6b0972f819aeca35166784e2308c21560e37013dbb6fdbc8af2
|
4
|
+
data.tar.gz: 253785944a4c35890bcd4f95fa5ca1787d974ae6ce583c357d0a6464b2e8bba0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 465adc2993173bbf9b35fad4c6fe9a74bf7b6ff93f74f02bad4f54ad75279a272bc39e749d921b0f4d91193a692db5558f0994c0fe6a674787c33102a0dca5f4
|
7
|
+
data.tar.gz: b9df35b35085a02003f98b3a330667b5378719985cab872b5a78a3e089febdd21349c8d3e1c50754b1721d1b48725af6e5a3b1b4dcc7715dcf5fd752e3b734ae
|
data/README.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1
|
-
#
|
1
|
+
# Deprecation Notice:
|
2
|
+
This SDK is deprecated; you can continue to use it, but no new features or support requests will be accepted. A direct [REST API integration](https://developer.paypal.com/docs/api/orders/v2/) is recommended. Review the [docs on authorization](https://developer.paypal.com/api/rest/authentication/) for authenticating requests with the REST API.
|
3
|
+
|
4
|
+
## REST API SDK for Ruby V2
|
2
5
|
|
3
6
|

|
4
7
|
|
data/paypal-checkout-sdk.gemspec
CHANGED
@@ -4,9 +4,9 @@ require 'core/version'
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = 'paypal-checkout-sdk'
|
7
|
-
spec.version =
|
8
|
-
spec.summary = "
|
9
|
-
spec.description = "This repository contains PayPal's Ruby SDK for Checkout REST API"
|
7
|
+
spec.version = '1.0.6'
|
8
|
+
spec.summary = "[Deprecated] It is recommended to use paypal-server-sdk instead"
|
9
|
+
spec.description = "[Deprecated] This repository contains PayPal's Ruby SDK for Checkout REST API. It is recommended to use paypal-server-sdk instead"
|
10
10
|
spec.authors = ["http://developer.paypal.com"]
|
11
11
|
spec.email = 'dl-paypal-checkout-api@paypal.com'
|
12
12
|
spec.homepage = 'https://github.com/paypal/Checkout-Ruby-SDK'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paypal-checkout-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- http://developer.paypal.com
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: paypalhttp
|
@@ -66,7 +66,8 @@ dependencies:
|
|
66
66
|
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
|
-
description: This repository contains PayPal's Ruby SDK for Checkout
|
69
|
+
description: "[Deprecated] This repository contains PayPal's Ruby SDK for Checkout
|
70
|
+
REST API. It is recommended to use paypal-server-sdk instead"
|
70
71
|
email: dl-paypal-checkout-api@paypal.com
|
71
72
|
executables: []
|
72
73
|
extensions: []
|
@@ -131,8 +132,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
131
132
|
- !ruby/object:Gem::Version
|
132
133
|
version: '0'
|
133
134
|
requirements: []
|
134
|
-
rubygems_version: 3.
|
135
|
+
rubygems_version: 3.5.23
|
135
136
|
signing_key:
|
136
137
|
specification_version: 4
|
137
|
-
summary:
|
138
|
+
summary: "[Deprecated] It is recommended to use paypal-server-sdk instead"
|
138
139
|
test_files: []
|