2020-06-23 14:29:12 +03:00
|
|
|
<header class="modal-header">
|
|
|
|
<h1>Are you sure you want to disconnect?</h1>
|
|
|
|
</header>
|
|
|
|
<a class="close" href="" role="button" title="Close" {{action "closeModal"}}>{{svg-jar "close"}}<span class="hidden">Close</span></a>
|
|
|
|
|
|
|
|
<div class="modal-body">
|
2022-03-02 15:07:02 +03:00
|
|
|
You're about to disconnect your Stripe account
|
|
|
|
{{#if this.stripeConnectAccountName}}
|
|
|
|
({{this.stripeConnectAccountName}})
|
|
|
|
{{/if}}
|
|
|
|
from this site. This will automatically turn off paid memberships on this site.
|
2020-06-23 14:29:12 +03:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-footer">
|
2022-02-02 19:09:43 +03:00
|
|
|
<button class="gh-btn" type="button" {{action "closeModal"}}><span>Cancel</span></button>
|
2020-06-23 14:29:12 +03:00
|
|
|
<GhTaskButton @buttonText="Disconnect" @successText="Disconnected" @task={{this.disconnectStripe}} @class="gh-btn gh-btn-red gh-btn-icon" />
|
|
|
|
</div>
|