|
@@ -21,7 +21,7 @@ const epayment = ref("ecpay");
|
|
|
async function ecpay() {
|
|
|
isLoading.value = true;
|
|
|
const data: PaymentData = {
|
|
|
- item: `Credit 60 X${credit.value}`,
|
|
|
+ item: `Credit ${60 *credit.value}`,
|
|
|
amount: 500 * credit.value,
|
|
|
};
|
|
|
if (data.amount <= 0) {
|