UNPKG

@guardian/mobile-apps-article-templates

Version:

Templates for articles on both iOS and Android next-gen apps

28 lines (22 loc) 1.55 kB
<!DOCTYPE html> <html lang="en-US"> <head> <title>Cancel a Subscription</title> <meta charset="UTF-8" /> <meta name="viewport" content="initial-scale=1, maximum-scale=1" /> <link rel="stylesheet" type="text/css" media="all" id="fontStyles" href="__TEMPLATES_DIRECTORY__assets/css/fonts-__PLATFORM__.css" /> <link rel="stylesheet" type="text/css" media="all" href="__TEMPLATES_DIRECTORY__assets/css/style-sync.css" /> <link rel="stylesheet" type="text/css" media="all" href="__TEMPLATES_DIRECTORY__assets/css/style-async.css" /> </head> <body class="__FONT_SIZE__ dark-mode-__DARK_MODE__" data-template-directory="__TEMPLATES_DIRECTORY__"> <div class="support"> <div class="from-content-api prose"> <h2>What happens if I cancel my subscription?</h2> <p>If you choose to cancel your Digital subscription, you will be downgraded to the free and ad-supported option. This means that you will no longer get the advantages of the Premium Tier, like an advert-free experience, exclusive content, or crosswords.</p> <h2>How can I cancel my digital subscription?</h2> <p>If for any reason you wish to cancel your subscription, please call our customer services team on <a href="tel:44-330-333-6767">+44&nbsp;(0)330&nbsp;333&nbsp;6767</a>.<br/>Lines open Monday - Friday 8am - 8pm, Saturday and Sunday, including bank holidays, 8am - 6pm. </p> </div> </div> </body> </html>