From 7ad942c98fbb36247ff192e9c6e56461cbf0149d Mon Sep 17 00:00:00 2001 From: matejpetrov Date: Tue, 21 Dec 2021 14:28:16 +0100 Subject: [PATCH] Standalone Subscription Option This is a PR that includes the addition of a new standalone option, named `inplayer-paywall-subscriptions` that invokes the subscriptions screen of the paywall --- docs/paywall3.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/paywall3.md b/docs/paywall3.md index 09dd7b72..b2e39d07 100644 --- a/docs/paywall3.md +++ b/docs/paywall3.md @@ -717,10 +717,11 @@ Here is the list of the HTML classes that can be used for creating each of the s |--------------|---------------| | `inplayer-paywall-login` | Invokes the login screen of the paywall | | `inplayer-paywall-logout` | Invokes the logout action | -| `inplayer-paywall-account` | Invokes the 'My Account' screen of the registered user | +| `inplayer-paywall-account` | Invokes the 'My Account' screen of the registered viewer | | `inplayer-paywall-ccm` | Invokes the default card management screen | | `inplayer-paywall-change-pass` | Invokes the 'Change Password' screen | -| `inplayer-paywall-purchases` | Invokes the 'My Purchases' paywall screen where an end-user can see the list of payments they have completed | +| `inplayer-paywall-purchases` | Invokes the 'My Purchases' paywall screen where a viewer can see the list of payments they have completed | +| `inplayer-paywall-subscriptions` | Invokes the 'Subscriptions' paywall screen where a viewer can see their subscriptions | | `inplayer-paywall-donations` | Invokes the donations flow for the provided asset. See below for example of usage | | `inplayer-paywall-gifts` | Invokes the gifts flow for the provided asset. See below for example of usage |