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

src/donations: Fix stripe refund not working #624

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

sashko9807
Copy link
Member

Appereantly the front-end, calls to not existing endpoint, when trying to retrieve payment by id.

  • Changed the existing /donation/:id endpoint, to /donation/payment/:id.
  • Switched endpoint from Public to protected, as the data retrieved from this endpoint is not really meant for public

Appereantly the front-end, calls to not existing endpoint, when trying to retrieve payment by id.
- Changed the existing /donation/:id endpoint, to /donation/payment/:id.
- Switched endpoint from Public to protected, as the data retrieved from this endpoint is not really meant for public
Copy link

github-actions bot commented Apr 2, 2024

❌ Not all tests have run for this PR. Please add the run tests label to trigger them.

@slavcho slavcho merged commit 2703318 into podkrepi-bg:master Apr 2, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants