fix: typo
This commit is contained in:
parent
155523d354
commit
dc578316af
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ const useCustomerStore = defineStore('api-customer', () => {
|
|||
transactionId?: string;
|
||||
},
|
||||
) {
|
||||
const res = await api.post<CustomerBranch>(`/customer-branch/${id}`, {
|
||||
const res = await api.get<CustomerBranch>(`/customer-branch/${id}`, {
|
||||
headers: {
|
||||
'X-Session-Id': flow?.sessionId,
|
||||
'X-Rtid': flow?.refTransactionId || flowStore.rtid,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue