Fixed error with POS services (#846)

pull/3759/head
Yamel Senih 2021-05-13 12:18:20 -04:00 committed by GitHub
parent ca1e8fa8ac
commit 2e93a67e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export function requestGetProductPrice({
validFrom
}) {
return request({
url: '/form/addons/point-of-sales/get-product-price',
url: '/form/addons/point-of-sales/product-price',
method: 'get',
params: {
search_value: searchValue,