Skip to content

Commit

Permalink
server: remove idempotency key of donations migration
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Nov 7, 2024
1 parent d6a12b4 commit 19fb15c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ def create_stripe_product(
"organization_id": str(organization_id),
"organization_name": organization_slug,
},
},
{
"idempotency_key": f"v8-donation-product-{organization_id}",
},
}
)
except stripe_lib.RateLimitError:
time.sleep(retry + random.random())
Expand Down

0 comments on commit 19fb15c

Please sign in to comment.