Moar billing removal.

master
Nick Sergeant 2016-03-23 11:34:28 -04:00
parent e54c2796b3
commit 440e036818
2 changed files with 1 additions and 19 deletions

View File

@ -84,24 +84,6 @@ if (typeof angular !== 'undefined') {
});
// Controllers.
controllers.BillingController = function($scope, AccountStorage) {
$scope.section = 'Billing';
$scope.cancelSubscription = function() {
if (confirm('Are you sure you want to cancel your subscription?\n\nYou will no longer be able to create new Snipts. Your existing snipts will still be accessible. This action is effective immediately and we unfortunately cannot issue any refunds.')) {
$scope.cancelled = true;
$scope.cancelling = true;
AccountStorage.cancelSubscription().then(function(response) {
if (response.data.deleted) {
$scope.cancelling = false;
} else {
$scope.cancelling = false;
$scope.cancelled = false;
}
});
}
};
};
controllers.BloggingController = function($scope) {
$scope.fields = [
'blog_title',

View File

@ -51,7 +51,7 @@
<div class="controls">
<input required type="email" class="input-xlarge" name="email" id="email" />
<p class="sub" style="margin-top: 3px; color: #999999;">
For billing and your team's Gravatar. Will remain private.
For your team's Gravatar. Will remain private.
</p>
</div>
</div>