<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <update handle="customer_account"/>
    <head>
        <title>My Subscriptions</title>
        <css src="StripeIntegration_Payments::css/stripe_payments_base.css" />
        <css src="StripeIntegration_Payments::css/stripe_payments.css" />
    </head>
    <body>
        <referenceContainer name="content">
            <block class="StripeIntegration\Payments\Block\Customer\Subscriptions" name="customer_subscriptions" template="customer/subscriptions.phtml" cacheable="false"/>
        </referenceContainer>
    </body>
</page>
