From 95353f9ca5d4a218dd750edb4d0a2ca64777efdc Mon Sep 17 00:00:00 2001 From: ndrwrbgs <10776890+ndrwrbgs@users.noreply.github.com> Date: Wed, 10 Jun 2026 16:08:13 -0500 Subject: [PATCH] Update README.md --- stripe-payment-link-sms/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stripe-payment-link-sms/README.md b/stripe-payment-link-sms/README.md index fd828eabf..ea1b47e45 100644 --- a/stripe-payment-link-sms/README.md +++ b/stripe-payment-link-sms/README.md @@ -4,8 +4,8 @@ This template shows you how to create an invoice in Stripe based on an SMS promp It is divided up into two functions: -- [create-invoice](./functions/create-invoice.js): handles the Twilio webhook event when an SMS is received and creates the invoice in Stripe. -- [send-invoice-sms](./functions/create-invoice.js): handles the Stripe webhook event when the invoice is finalized and send the payment link SMS to the customer. +- [create-invoice](./functions/create-invoice.protected.js): handles the Twilio webhook event when an SMS is received and creates the invoice in Stripe. +- [send-invoice-sms](./functions/send-invoice-sms.js): handles the Stripe webhook event when the invoice is finalized and send the payment link SMS to the customer. ![Stripe SMS receipt demo gif](https://github.com/thorsten-stripe/demo-gifs/blob/master/twilio-stripe-payment-link-sms.gif?raw=true)