From 63570fc7082c1c32334a258a49432508d84aabec Mon Sep 17 00:00:00 2001 From: Jacob Burrell Date: Thu, 13 Jun 2024 19:23:16 -0700 Subject: [PATCH] Update README.md Minor spelling and capitalization --- Plugins/BTCPayServer.Plugins.Subscriptions/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugins/BTCPayServer.Plugins.Subscriptions/README.md b/Plugins/BTCPayServer.Plugins.Subscriptions/README.md index 02c6eab..6c29496 100644 --- a/Plugins/BTCPayServer.Plugins.Subscriptions/README.md +++ b/Plugins/BTCPayServer.Plugins.Subscriptions/README.md @@ -4,7 +4,7 @@ This plugin allows you to create subscriptions in BTCPay Server. Essentially you create an subscriptions app from the side navigation on your store, you configure a price, duration and description, and it will create a public page where your customers can subscribe to your service. -When they click on the subscribe button, a payment request is created. if Settled, a new subscription is created, and a button on the payment request page will appear leading them to their subscription page. +When they click on the subscribe button, a payment request is created. If Settled, a new subscription is created, and a button on the payment request page will appear leading them to their subscription page. You can configure the subscription to set a form to be filled by the customer on the first payment request created. It is recommended to set this and collect an email under the `buyerEmail` field, as this plugin provides new webhooks for subscription status changes and subscription renewal notices. @@ -13,7 +13,7 @@ Additionally there is one new Greenfield API endpoint: GET https://btcpay.host/a If the subscription is about to expire (within 3 days), a payment request is created to extend the period of the subscription. This payment request expires when the subscription expires. if this happens, the subscription is marked as inactive -quick demo +Quick demo: https://streamable.com/y9gimo ## Email rules: @@ -21,4 +21,4 @@ https://streamable.com/y9gimo There are 2 new email rules: * A subscription status has been updated: has placeholders:{Subscription.SubscriptionId},{Subscription.Status},{Subscription.AppId} -* "A subscription has generated a payment request for renewal: has placeholders: {Subscription.SubscriptionId}, {Subscription.PaymentRequestId},{Subscription.AppId} \ No newline at end of file +* "A subscription has generated a payment request for renewal: has placeholders: {Subscription.SubscriptionId}, {Subscription.PaymentRequestId},{Subscription.AppId}