kartoza / prj.app

A django app for creating visual changelogs for software releases
30 stars 32 forks source link

Address stripe error #1352

Closed sumandari closed 3 years ago

sumandari commented 3 years ago

Please see: http://sentry.kartoza.com/sentry/projecta/issues/2898/

sumandari commented 3 years ago

I have tested on local using test key pk_test_ and sk_test_ and it works well with STRIPE_LIVE_MODE = False

The issue was probably caused by Stripe's error connection:

"data": {
    "object": {
      "id": "ch_1J5M1fBBMqjyXePieRnTZh25",
      "object": "charge",
      "amount": 1000,
      "amount_capt…', "valid" = True, "processed" = False, "exception" = 'Unexpected error communicating with Stripe.  If this problem persists,
let us know at support@stripe.com.
dimasciput commented 3 years ago

Ok thanks @sumandari, will close this for now.