summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3d8a3b9..2705c2d 100644
--- a/README.md
+++ b/README.md
@@ -130,6 +130,18 @@ SolidusSubscriptions.configure do |config|
end
```
+### Minimum cancellation notice
+
+The minimum cancellation notice is set to 0 days by default - users can cancel their subscription whenever they like. To change this, you can configure the extension like this:
+
+```ruby
+SolidusSubscriptions.configure do |config|
+ # ...
+
+ config.minimum_cancellation_notice = 10.days
+end
+```
+
## Development
### Testing the extension