Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove PaddlePay #894

Merged
merged 4 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ gem "webmock"

gem "braintree", ">= 2.92.0"
gem "stripe", "~> 10.0"
gem "paddle_pay", "~> 0.2"
gem "paddle", "~> 2.1", ">= 2.1.1"

gem "receipts"
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ GEM
rexml (~> 3.2)
paddle (2.1.2)
faraday (~> 2.0)
paddle_pay (0.3.0)
faraday (>= 1.10.0, < 3.0)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -334,7 +332,6 @@ DEPENDENCIES
net-smtp
overcommit
paddle (~> 2.1, >= 2.1.1)
paddle_pay (~> 0.2)
pay!
pg
prawn!
Expand Down
5 changes: 1 addition & 4 deletions docs/1_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ gem "stripe", "~> 10.0"
# To use Braintree + PayPal, also include:
gem "braintree", "~> 4.7"

# To use Paddle, also include:
# To use Paddle Billing or Paddle Classic, also include:
gem "paddle", "~> 2.1"

# To use Paddle Classic, also include:
gem "paddle_pay", "~> 0.2"

# To use Receipts gem for creating invoice and receipt PDFs, also include:
gem "receipts", "~> 2.0"
```
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ gem "vcr"
gem "webmock"
gem "braintree", ">= 2.92.0"
gem "stripe", "~> 10.0"
gem "paddle_pay", "~> 0.2"
gem "paddle", "~> 2.1", ">= 2.1.1"
gem "receipts"
gem "prawn", git: "https://github.com/prawnpdf/prawn.git"
Expand Down
22 changes: 10 additions & 12 deletions gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ GEM
hashdiff (1.0.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
importmap-rails (1.2.1)
importmap-rails (1.2.3)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
iniparse (1.5.0)
json (2.6.3)
Expand All @@ -134,7 +135,7 @@ GEM
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
mysql2 (0.5.5)
net-imap (0.4.2)
net-imap (0.4.4)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -156,8 +157,6 @@ GEM
rexml (~> 3.2)
paddle (2.1.2)
faraday (~> 2.0)
paddle_pay (0.3.0)
faraday (>= 1.10.0, < 3.0)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand All @@ -169,7 +168,7 @@ GEM
public_suffix (5.0.3)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -202,7 +201,7 @@ GEM
rake (>= 12.2)
thor (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
receipts (2.2.0)
prawn (>= 1.3.0, < 3.0.0)
prawn-table (~> 0.2.1)
Expand All @@ -220,7 +219,7 @@ GEM
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
Expand All @@ -234,9 +233,9 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.7-arm64-darwin)
sqlite3 (1.6.7-x86_64-darwin)
sqlite3 (1.6.7-x86_64-linux)
sqlite3 (1.6.8-arm64-darwin)
sqlite3 (1.6.8-x86_64-darwin)
sqlite3 (1.6.8-x86_64-linux)
standard (1.31.2)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand All @@ -251,7 +250,7 @@ GEM
rubocop-performance (~> 1.19.1)
stimulus-rails (1.3.0)
railties (>= 6.0.0)
stripe (10.0.0)
stripe (10.1.0)
thor (1.3.0)
timeout (0.4.0)
ttfunk (1.7.0)
Expand Down Expand Up @@ -297,7 +296,6 @@ DEPENDENCIES
net-smtp
overcommit
paddle (~> 2.1, >= 2.1.1)
paddle_pay (~> 0.2)
pay!
pg
prawn!
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ gem "vcr"
gem "webmock"
gem "braintree", ">= 2.92.0"
gem "stripe", "~> 10.0"
gem "paddle_pay", "~> 0.2"
gem "paddle", "~> 2.1", ">= 2.1.1"
gem "receipts"
gem "prawn", git: "https://github.com/prawnpdf/prawn.git"
Expand Down
22 changes: 10 additions & 12 deletions gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ GEM
hashdiff (1.0.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
importmap-rails (1.2.1)
importmap-rails (1.2.3)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
iniparse (1.5.0)
json (2.6.3)
Expand All @@ -140,7 +141,7 @@ GEM
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
mysql2 (0.5.5)
net-imap (0.4.2)
net-imap (0.4.4)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -162,8 +163,6 @@ GEM
rexml (~> 3.2)
paddle (2.1.2)
faraday (~> 2.0)
paddle_pay (0.3.0)
faraday (>= 1.10.0, < 3.0)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand All @@ -175,7 +174,7 @@ GEM
public_suffix (5.0.3)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -208,7 +207,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
receipts (2.2.0)
prawn (>= 1.3.0, < 3.0.0)
prawn-table (~> 0.2.1)
Expand All @@ -226,7 +225,7 @@ GEM
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
Expand All @@ -240,9 +239,9 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.7-arm64-darwin)
sqlite3 (1.6.7-x86_64-darwin)
sqlite3 (1.6.7-x86_64-linux)
sqlite3 (1.6.8-arm64-darwin)
sqlite3 (1.6.8-x86_64-darwin)
sqlite3 (1.6.8-x86_64-linux)
standard (1.31.2)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand All @@ -257,7 +256,7 @@ GEM
rubocop-performance (~> 1.19.1)
stimulus-rails (1.3.0)
railties (>= 6.0.0)
stripe (10.0.0)
stripe (10.1.0)
thor (1.3.0)
timeout (0.4.0)
ttfunk (1.7.0)
Expand Down Expand Up @@ -303,7 +302,6 @@ DEPENDENCIES
net-smtp
overcommit
paddle (~> 2.1, >= 2.1.1)
paddle_pay (~> 0.2)
pay!
pg
prawn!
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ gem "vcr"
gem "webmock"
gem "braintree", ">= 2.92.0"
gem "stripe", "~> 10.0"
gem "paddle_pay", "~> 0.2"
gem "paddle", "~> 2.1", ">= 2.1.1"
gem "receipts"
gem "prawn", git: "https://github.com/prawnpdf/prawn.git"
Expand Down
20 changes: 9 additions & 11 deletions gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ GEM
hashdiff (1.0.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
importmap-rails (1.2.1)
importmap-rails (1.2.3)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
iniparse (1.5.0)
io-console (0.6.0)
Expand All @@ -156,7 +157,7 @@ GEM
ruby2_keywords (>= 0.0.5)
mutex_m (0.1.2)
mysql2 (0.5.5)
net-imap (0.4.2)
net-imap (0.4.4)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -176,8 +177,6 @@ GEM
rexml (~> 3.2)
paddle (2.1.2)
faraday (~> 2.0)
paddle_pay (0.3.0)
faraday (>= 1.10.0, < 3.0)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand All @@ -191,7 +190,7 @@ GEM
public_suffix (5.0.3)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.3)
rack (3.0.8)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -230,7 +229,7 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rdoc (6.5.0)
psych (>= 4.0.0)
receipts (2.2.0)
Expand All @@ -252,7 +251,7 @@ GEM
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
Expand All @@ -266,8 +265,8 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.7-x86_64-darwin)
sqlite3 (1.6.7-x86_64-linux)
sqlite3 (1.6.8-x86_64-darwin)
sqlite3 (1.6.8-x86_64-linux)
standard (1.31.2)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand All @@ -283,7 +282,7 @@ GEM
stimulus-rails (1.3.0)
railties (>= 6.0.0)
stringio (3.0.8)
stripe (10.0.0)
stripe (10.1.0)
thor (1.3.0)
timeout (0.4.0)
ttfunk (1.7.0)
Expand Down Expand Up @@ -326,7 +325,6 @@ DEPENDENCIES
net-smtp
overcommit
paddle (~> 2.1, >= 2.1.1)
paddle_pay (~> 0.2)
pay!
pg
prawn!
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_main.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ gem "vcr"
gem "webmock"
gem "braintree", ">= 2.92.0"
gem "stripe", "~> 10.0"
gem "paddle_pay", "~> 0.2"
gem "paddle", "~> 2.1", ">= 2.1.1"
gem "receipts"
gem "prawn", git: "https://github.com/prawnpdf/prawn.git"
Expand Down
Loading