Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/paywall3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down