shoppingmallv2/app/Language/ko/Card.php
최준흠git config git config --helpgit config --global user.name 최준흠 5d4391a0f7 shoppingmallv2 init...
2023-08-12 10:12:20 +09:00

17 lines
351 B
PHP

<?php
return [
'title' => "카드결제",
'label' => [
'order_uid' => '주문번호',
'card_quota' => '카드할부',
'card_number' => '카드번호',
'card_expiration' => '유효기간',
'email' => '이메일',
'mobile' => '인증휴대폰',
],
"CARD_QUOTA" => [
"00" => "일시불",
"01" => "1개월",
]
];