This commit is contained in:
Thanaphon Frappet 2024-12-18 10:57:05 +07:00
parent dee626bbb9
commit fa9b59680f
2 changed files with 0 additions and 2 deletions

View file

@ -2022,7 +2022,6 @@ async function exampleReceipt(id: string) {
"
@example="
() => {
console.log(v);
exampleReceipt(v.id);
}
"

View file

@ -28,7 +28,6 @@ export const usePayment = defineStore('payment-store', () => {
`/payment/${id}/flow-account`,
);
if (res.status >= 400) return null;
console.log(res);
return res.data;
}