Sha256: d8fb3b77821e68f0af73aed0a6f29c7a431e7b9bdfde170bc13bc10bb2e63adf

Contents?: true

Size: 1.53 KB

Versions: 10

Compression:

Stored size: 1.53 KB

Contents

<div class="alert alert-danger" ng-show="paymentFailedBox.errors">
  <button class="close" ng-click="paymentFailedBox.errors=''">×</button>
  <div ng-show="paymentFailedBox.errors">
    <div>
      <h5>Sorry we couldn't process this payment</h5>
      <ul>
        <li ng-repeat="error in paymentFailedBox.errors">{{error}}</li>
      </ul>
    </div>
  </div>
</div>
<div class="alert alert-success" ng-show="paymentFailedBox.success">
  <button class="close" ng-click="paymentFailedBox.success=''">×</button>
  <div ng-show="paymentFailedBox.success">
    <div>
      <h5>{{paymentFailedBox.success}}</h5>
    </div>
  </div>
</div>
<div class="alert alert-error" ng-show="paymentFailedBox.show()">
  <div class="align-center">
    <p>
      <b>Your account is currently in arrears as we were unable to charge your designated credit card.
      <br />Please make sure your credit card details are up to date, then click the button below.</b>
    </p>
    <p>
      <b>Unfortunately if we are unable to charge your credit card by {{ paymentFailedBox.getSituation().executeAt | date:'MMMM d, y h:mm:ss a' }}, your applications will be automatically shut down.</b>
    </p>
    <div>
      <button class="btn" ng-click="paymentFailedBox.retryPayment()" ng-show="!paymentFailedBox.inProgress">
        <span class="glyphicon glyphicon-repeat" aria-hidden="true"></span>
        Retry Payment
      </button>
      <img ng-src="{{assetPath['mno_enterprise/loader-32x32-bg-inverse.gif']}}" ng-show="paymentFailedBox.inProgress" alt="Loading"/>
    </div>
  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mno-enterprise-frontend-2.0.9 app/assets/templates/mno_enterprise/dashboard/organization/arrears.html
mno-enterprise-frontend-2.0.8 app/assets/templates/mno_enterprise/dashboard/organization/arrears.html
mno-enterprise-frontend-2.0.7 app/assets/templates/mno_enterprise/dashboard/organization/arrears.html
mno-enterprise-frontend-2.0.6 app/assets/templates/mno_enterprise/dashboard/organization/arrears.html
mno-enterprise-frontend-2.0.5 app/assets/templates/mno_enterprise/dashboard/organization/arrears.html
mno-enterprise-frontend-2.0.4 app/assets/templates/mno_enterprise/dashboard/organization/arrears.html
mno-enterprise-frontend-2.0.3 app/assets/templates/mno_enterprise/dashboard/organization/arrears.html
mno-enterprise-frontend-2.0.2 app/assets/templates/mno_enterprise/dashboard/organization/arrears.html
mno-enterprise-frontend-2.0.1 app/assets/templates/mno_enterprise/dashboard/organization/arrears.html
mno-enterprise-frontend-2.0.0 app/assets/templates/mno_enterprise/dashboard/organization/arrears.html