podkrepi-bg / api

Nest.js REST backend for charity platform Podkrepi.bg https://podkrepi.bg/swagger

Home Page:https://podkrepi.bg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Card donation is unavailable on dev and prod

Nnachevvv opened this issue · comments

Which area(s) of Podkrepi.bg are affected? (leave empty if unsure)

No response

Describe the Bug

Currently donations with card are blocked on prod and dev landscapes:
Screenshot 2023-03-12 at 18 59 58
Response from the frontend:
Screenshot 2023-03-12 at 18 55 07

The problem seems to be caused by the stripe client. I reckon that the stripe secret may be expired, since prod and dev landscapes are affected on the same time.

To Reproduce

Go on https://podkrepi.bg/campaigns/donation and click donate.

Expected Behavior

Donation sums to be shown and user to be able to processed with the donation

Which browser are you using? (if relevant)

No response

Issue is fixed with #456