This commit is contained in:
Sevan Nerse
2021-01-18 14:47:17 +03:00
5 changed files with 79 additions and 37 deletions

View File

@@ -10,7 +10,7 @@
text-year="{{ trans('general.year') }}"
text-cvv="{{ trans('general.card.cvv') }}"
textButton="{{ trans('general.confirm') }}"
textStoreCard="{{ trans('general.card.store') }} "
textStoreCard="{{ trans('general.card.save') }} "
:store-card="{{ !empty($store_card) ? 'true' : 'false' }}"
:cards="{{ !empty($cards) ? json_encode($cards) : json_encode([]) }}"
:form-data="formData"