cleanup:
This commit is contained in:
parent
dee626bbb9
commit
fa9b59680f
2 changed files with 0 additions and 2 deletions
|
|
@ -2022,7 +2022,6 @@ async function exampleReceipt(id: string) {
|
|||
"
|
||||
@example="
|
||||
() => {
|
||||
console.log(v);
|
||||
exampleReceipt(v.id);
|
||||
}
|
||||
"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue