Initial Spark Install
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<spark-payment-method-braintree :user="user" :team="team" :billable-type="billableType" inline-template>
|
||||
<div>
|
||||
<!-- Current Discount -->
|
||||
<div class="panel panel-success" v-if="currentDiscount">
|
||||
<div class="panel-heading">Current Discount</div>
|
||||
|
||||
<div class="panel-body">
|
||||
You currently receive a discount of @{{ formattedDiscount(currentDiscount) }}
|
||||
for @{{ formattedDiscountDuration(currentDiscount) }}.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Update Card -->
|
||||
@include('spark::settings.payment-method.update-payment-method-braintree')
|
||||
|
||||
<div>
|
||||
<div v-if="billable.current_billing_plan">
|
||||
<!-- Redeem Coupon -->
|
||||
@include('spark::settings.payment-method.redeem-coupon')
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</spark-payment-method-braintree>
|
Reference in New Issue
Block a user