paypal-checkout-sdk 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- 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: 37e86006581e4fbd0f8fbac5090956b66803e13f1a74b9b5d9e8be971fcd3e75
|
4
|
+
data.tar.gz: 209c52527d07898186a272265d3239566bbd59c3088c3601876fb35488a7325e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d5d818da831ad9ea8964e4121b3b23d5b97f3b3b5e1074bbadb7046e5821f04a156a414aba13b74c9d808b8ab9e326bfcbdaadd3fea243ed9100fd00943873b
|
7
|
+
data.tar.gz: '05887782faebcc2a6066bc3b9d9bc3a8022ddb277602ab9bf6fa01df1f941f9659bf93775e450924ff9b502e39a8e9932aba03a15a486489bb187df56a05bbec'
|
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
|
![Home Image](homepage.jpg)
|
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.5"
|
8
|
+
spec.summary = "Deprecated."
|
9
|
+
spec.description = "[Deprecated] This repository contains PayPal's Ruby SDK for Checkout REST API"
|
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.5
|
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: 2023-10-17 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"
|
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.4.10
|
135
136
|
signing_key:
|
136
137
|
specification_version: 4
|
137
|
-
summary:
|
138
|
+
summary: Deprecated.
|
138
139
|
test_files: []
|