Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Switch to Trolley for Modrinth Payments (#727)
Browse files Browse the repository at this point in the history
* most of trolley

* Switch to trolley for payments

* run prepare

* fix clippy

* fix more

* Fix most tests + bitflags

* Update src/auth/flows.rs

Co-authored-by: Jackson Kruger <[email protected]>

* Finish trolley

* run prep for merge

* Update src/queue/payouts.rs

Co-authored-by: Jackson Kruger <[email protected]>

---------

Co-authored-by: Jackson Kruger <[email protected]>
  • Loading branch information
Geometrically and OmegaJak authored Oct 11, 2023
1 parent f1ff88f commit 07ecd13
Show file tree
Hide file tree
Showing 41 changed files with 1,704 additions and 1,446 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ WHITELISTED_MODPACK_DOMAINS='["cdn.modrinth.com", "github.com", "raw.githubuserc

ALLOWED_CALLBACK_URLS='["localhost", ".modrinth.com", "127.0.0.1"]'

PAYPAL_API_URL=https://api-m.sandbox.paypal.com/v1/
PAYPAL_CLIENT_ID=none
PAYPAL_CLIENT_SECRET=none
TROLLEY_ACCESS_KEY=none
TROLLEY_SECRET_KEY=none
TROLLEY_WEBHOOK_SIGNATURE=none

GITHUB_CLIENT_ID=none
GITHUB_CLIENT_SECRET=none
Expand Down
4 changes: 3 additions & 1 deletion .idea/labrinth.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 07ecd13

Please sign in to comment.