feature: po pay downpayment
This commit is contained in:
@@ -79,7 +79,6 @@ export async function searchcard(token,prm) {
|
||||
|
||||
export async function pay(prm) {
|
||||
try {
|
||||
// var resp = await axios.post(URL + 'payment/paymanual',prm);
|
||||
var resp = await axios.post(URL + 'PaymentV2/paymanual',prm);
|
||||
if (resp.status != 200) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user