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

Amazon Payments Removal #15367

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
aba2b7e
Revert "Squashed commit of the following:"
CuriousMagpie Nov 21, 2024
a7fb8f7
refactor(app): Remove front-end Amazon code
CuriousMagpie Nov 21, 2024
0196e2f
refactor(app): Revert package.json and package-lock changes
CuriousMagpie Nov 21, 2024
e3d8392
refactor(app): remove Amazon text strings
CuriousMagpie Nov 21, 2024
c129cfc
refactor(app): update libs, mixins, and store
CuriousMagpie Nov 21, 2024
2da29fe
refactor(app): remove Amazon code from libs, middlewares, and models
CuriousMagpie Nov 21, 2024
75ba4e5
refactor(app): smol change to methods.js
CuriousMagpie Nov 21, 2024
fc2a4be
refactor(app): removed last of the backend code
CuriousMagpie Nov 22, 2024
bdb1277
Merge branch 'develop' into amazon-payments-zap
CuriousMagpie Nov 26, 2024
4056911
refactor(app): update mixins/payments.js
CuriousMagpie Nov 27, 2024
74b9e83
refactor(app): revert mixins/payments.js to develop
CuriousMagpie Nov 27, 2024
8960ad0
refactor(app): remove leading spaces
CuriousMagpie Nov 27, 2024
bfd0f19
refactor(app): revert mixins/payments.js to develop
CuriousMagpie Nov 27, 2024
503fd93
refactor(app): add new line at end of payments.js
CuriousMagpie Nov 27, 2024
7d0ce8a
refactor(app): restored code to libs/payments.js
CuriousMagpie Nov 27, 2024
93a3693
refactor(app): remove amz code from src/mixins and src/libs
CuriousMagpie Dec 2, 2024
51470f7
chore(app): fix deviance of header from develop
CuriousMagpie Dec 2, 2024
8d21048
fix(shared): fix to src/libs/payments
CuriousMagpie Dec 2, 2024
d6c8b0e
refactor(app): remove code from tests, api, and vue.config.js
CuriousMagpie Dec 3, 2024
82bf265
refactor(app): fix api unit test
CuriousMagpie Dec 3, 2024
afdd43e
refactor(app): remove amazon tests
CuriousMagpie Dec 3, 2024
c8ef304
refactor(app): Update packages and remove commented code in payments.js
CuriousMagpie Dec 4, 2024
7a8c199
refactor: Add back in cancellation/add group member functionality
CuriousMagpie Dec 16, 2024
2e4457d
chore: update habitica-images
CuriousMagpie Dec 16, 2024
4b49938
refactor: updates to Amazon tests & subscriptionPlan.js
CuriousMagpie Dec 17, 2024
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
5 changes: 0 additions & 5 deletions config.json.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"ACCOUNT_MIN_CHAT_AGE": "0",
"ADMIN_EMAIL": "[email protected]",
"AMAZON_PAYMENTS_CLIENT_ID": "CLIENT_ID",
"AMAZON_PAYMENTS_MODE": "sandbox",
"AMAZON_PAYMENTS_MWS_KEY": "MWS_KEY",
"AMAZON_PAYMENTS_MWS_SECRET": "MWS_SECRET",
"AMAZON_PAYMENTS_SELLER_ID": "SELLER_ID",
"AMPLITUDE_KEY": "AMPLITUDE_KEY",
"AMPLITUDE_SECRET": "AMPLITUDE_SECRET",
"BASE_URL": "http://localhost:3000",
Expand Down
230 changes: 0 additions & 230 deletions test/api/unit/libs/payments/amazon/checkout.test.js

This file was deleted.

Loading
Loading