paypal_marketplace 0.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/paypal_marketplace.rb +5 -0
  3. metadata +42 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 01fcf6e336490d9de201a9133c064f7cec3dbe3bb56f7162e9c775a9a527df6c
4
+ data.tar.gz: 7c36cd54f3189b8a6b216869a0389534501635d74eae71c368a948db1ab46b42
5
+ SHA512:
6
+ metadata.gz: 2c12f847169aa265370b50c31665de1ed02f7eb025451bc36cbd3fd27130f4994e6c610a08ac51cb42ab1c80f28569b962ddc5f4fa8d88a5574a12c349a9e6b9
7
+ data.tar.gz: 99826149319cda59e4a2a20659bb98978af9c33cffa76144aebab3d6cd2883c71a749e79c3a51f8fa91592f28b2668b832e12a3e9974e7def7708904b246c1e6
@@ -0,0 +1,5 @@
1
+ class PaypalMarketplace
2
+ def hello
3
+ puts "Hello World"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,42 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: paypal_marketplace
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Indigo Tech Tutorials
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: This is a ruby API wrapper for the Paypal marketplace API with the partners
13
+ API. This allows you to onboard users similar to Stripe connect and allow them to
14
+ sell products on your platform and get payed via Paypal
15
+ email: indigotechtutorials@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/paypal_marketplace.rb
21
+ homepage: https://rubygems.org/gems/paypal_marketplace
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.6.9
40
+ specification_version: 4
41
+ summary: Ruby API wrapper for paypal marketplace with partners API
42
+ test_files: []