credit card

This commit is contained in:
Cüneyt Şentürk
2021-01-17 19:15:19 +03:00
parent caadc4b230
commit b7ac634b30
3 changed files with 14 additions and 13 deletions

View File

@ -262,13 +262,12 @@
<div class="custom-control custom-checkbox">
<input @input="changeStoreCard" id="store_card" name="store_card" type="checkbox" value="true" class="custom-control-input">
<label for="store_card" class="custom-control-label">
<strong>{{ textCheckBox }}</strong>
<strong>{{ textStoreCard }}</strong>
</label>
</div>
</div>
<div class="row">
<button class="btn btn-icon btn-success" v-on:click="invaildCard" :disabled="loading">
<div v-if="loading" class="aka-loader-frame">
<div class="aka-loader"></div>
@ -412,7 +411,7 @@ export default {
description: "Add Card Style"
},
textCheckBox: {
textStoreCard: {
type: String,
default: 'Store Card',
description: "Selected store card"