cleanup:
This commit is contained in:
parent
dee626bbb9
commit
fa9b59680f
2 changed files with 0 additions and 2 deletions
|
|
@ -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