Merge pull request #1106 from coreos-inc/billingemail

Add support for custom billing invoice email address
This commit is contained in:
josephschorr 2016-01-04 14:34:30 -05:00
commit f748d4348d
12 changed files with 94 additions and 23 deletions

View file

@ -31,7 +31,7 @@
<!-- Options -->
<div style="margin-bottom: 20px">
<div class="panel-title">
Billing Options
Billing Receipts
<div class="cor-loader-inline" ng-show="working"></div>
</div>
<div class="panel-body">
@ -39,7 +39,7 @@
<input id="invoiceEmail" type="checkbox" ng-model="invoice_email">
<label for="invoiceEmail">Send Receipt Emails</label>
<div class="settings-description">
If checked, a receipt email will be sent to {{ obj.email }} on every successful charge
If checked, a receipt email will be sent to <a href="javascript:void(0)" ng-click="changeInvoiceEmailAddress()">{{ obj.invoice_email_address || obj.email }}</a> on every successful charge
</div>
</div>
</div>