paypal-sdk-merchant 1.117.2 → 1.117.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Gemfile +2 -2
- data/README.md +4 -4
- metadata +12 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 2786d2d3eee078fe4e9ffa7f448a87bc93602a303331d9dc368735a941683cba
|
4
|
+
data.tar.gz: 5e9856ab7bca911b5903835d369c66446a542381b93afe6a399f62bbded3a7d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69911cf682027029cc0da0e00b40c54f97b3e4b6b0233b90a860d30458ba9184a0861b825b358469130e695a6b8eb789359cbcbcef7b7ac498d30e628c55e753
|
7
|
+
data.tar.gz: 5b666a86afe63f0cb9670c3a8f656885627029fd1bb8146d4b4da63584b74fe59d44aed8971df915f998ae97f32808e0f24402fa863c3746925af50147bf94a2
|
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1
1
|
# Merchant
|
2
2
|
|
3
|
-
#### This Classic SDK is not actively supported and will be deprecated in the future. For full support on new integrations, please use the [Ruby Rest SDK](https://github.com/paypal/rest-api-sdk-ruby)
|
4
|
-
|
5
3
|
The PayPal Merchant SDK provides Ruby APIs for processing payments, recurring payments, subscriptions and transactions using PayPal's Merchant APIs, which include Express Checkout, Recurring Payments, Direct Payment and Transactional APIs.
|
6
4
|
|
5
|
+
## Support
|
6
|
+
|
7
|
+
> Please contact [PayPal Technical Support](https://developer.paypal.com/support/) for any live or account issues.
|
8
|
+
|
7
9
|
## Installation
|
8
10
|
|
9
11
|
Add this line to your application's Gemfile:
|
@@ -104,8 +106,6 @@ else
|
|
104
106
|
end
|
105
107
|
```
|
106
108
|
|
107
|
-
For more samples [paypal-sdk-samples.herokuapp.com/merchant/](https://paypal-sdk-samples.herokuapp.com/merchant/)
|
108
|
-
|
109
109
|
## Samples
|
110
110
|
|
111
111
|
Add following line in rails `Gemfile`:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paypal-sdk-merchant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.117.
|
4
|
+
version: 1.117.4
|
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: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: paypal-sdk-core
|
@@ -24,9 +24,10 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 0.3.0
|
27
|
-
description:
|
28
|
-
|
29
|
-
|
27
|
+
description: "[Deprecated] It is recommended to use paypal-server-sdk instead The
|
28
|
+
PayPal Merchant SDK provides Ruby APIs for processing payments, recurring payments,
|
29
|
+
subscriptions and transactions using PayPal's Merchant APIs, which include Express
|
30
|
+
Checkout, Recurring Payments, Direct Payment and Transactional APIs."
|
30
31
|
email:
|
31
32
|
- DL-PP-Platform-Ruby-SDK@paypal.com
|
32
33
|
executables: []
|
@@ -53,7 +54,7 @@ homepage: https://developer.paypal.com
|
|
53
54
|
licenses:
|
54
55
|
- PayPal SDK License
|
55
56
|
metadata: {}
|
56
|
-
post_install_message:
|
57
|
+
post_install_message:
|
57
58
|
rdoc_options: []
|
58
59
|
require_paths:
|
59
60
|
- lib
|
@@ -68,11 +69,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
69
|
- !ruby/object:Gem::Version
|
69
70
|
version: '0'
|
70
71
|
requirements: []
|
71
|
-
|
72
|
-
|
73
|
-
signing_key:
|
72
|
+
rubygems_version: 3.5.23
|
73
|
+
signing_key:
|
74
74
|
specification_version: 4
|
75
|
-
summary: PayPal Merchant SDK
|
75
|
+
summary: "[Deprecated] PayPal Merchant SDK It is recommended to use paypal-server-sdk
|
76
|
+
instead"
|
76
77
|
test_files:
|
77
78
|
- spec/config/cert_key.pem
|
78
79
|
- spec/config/paypal.yml
|