text change
This commit is contained in:
parent
38809bbf71
commit
6408c15c59
@ -166,7 +166,7 @@ return [
|
||||
'number' => 'Card Number',
|
||||
'expiration_date' => 'Expiration Date',
|
||||
'cvv' => 'Card CVV',
|
||||
'store' => 'Store Card',
|
||||
'save' => 'Save Card',
|
||||
],
|
||||
|
||||
'title' => [
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user