From c2106bc94c7f24a47e68144854b8020a6daf655c Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Thu, 6 Feb 2020 15:09:52 +1100 Subject: [PATCH 1/2] broken url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4fe46a..5bb318f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The Discourse Subscriptions plugin allows you to set up a subscription based Discourse application. By integrating with the [Stripe](https://stripe.com) payment gateway and setting up this plugin to manage Subscriptions, you can start allowing users access to content on your website on a user pays basis. -You can test this plugin here: https://discourse.rimian.com.au/s/subscribe. See testing section below for test credit card numbers. +You can test this plugin here: https://discourse.rimian.com.au/s. See testing section below for test credit card numbers. This software offers [no warranty](https://github.com/rimian/discourse-subscriptions/blob/master/WARRANTY.md) of any kind. From c1d0cf374100155c9305ee83e75eb0fe349c065e Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Thu, 6 Feb 2020 15:12:29 +1100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bb318f..692ad45 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Currently, Discourse Subscriptions responds to the following events: * `customer.subscription.deleted` * `customer.subscription.updated` -**Warning:** This may change in the future as new features are added to this plugin. +**Warning:** Events supported by this plugin may change, in the future as new features are added to this plugin. ### Add the Stripe API and Webhook keys to your plugin settings