From cf5eca3ec630924041da573128f977bc2b0b56b2 Mon Sep 17 00:00:00 2001 From: README-bot Date: Fri, 19 Jul 2024 16:10:01 +0000 Subject: [PATCH] Updated READMEs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c7e493..75b2ac4 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ My repo of Today I Learned posts. Inspired by [simonw/til](https://github.com/si ### stripe -* [---](https://github.com/williln/til/blob/main/stripe/setup-dj-stripe.md) - 2024-07-18 +* [`dj-stripe` contains models for all the Stripe objects and can sync them for you](https://github.com/williln/til/blob/main/stripe/setup-dj-stripe.md) - 2024-07-18 * [Creating a PaymentIntent, but not capturing it, and allowing more to be charged later](https://github.com/williln/til/blob/main/stripe/uncaptured_payment_intents_and_overcapture.md) - 2024-06-10 * [Generating a `PaymentIntent` and saving it to a Django model](https://github.com/williln/til/blob/main/stripe/payment_intents.md) - 2024-06-06 * [Setting up a webhook in local development (Django project)](https://github.com/williln/til/blob/main/stripe/webhook_local_dev.md) - 2024-07-11