Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging
This commit is contained in:
		| @@ -80,7 +80,7 @@ export const doTransaction = async ( | |||||||
|             options, |             options, | ||||||
|         ); |         ); | ||||||
|  |  | ||||||
|         var responseVoca = res.data; |         var responseVoca = res.data.data; | ||||||
|     console.log('iniresponsevoca', responseVoca) |     console.log('iniresponsevoca', responseVoca) | ||||||
|     if (responseVoca != null) { |     if (responseVoca != null) { | ||||||
|       const resDetail = await axios.get( |       const resDetail = await axios.get( | ||||||
| @@ -88,7 +88,7 @@ export const doTransaction = async ( | |||||||
|           options, |           options, | ||||||
|       ); |       ); | ||||||
|  |  | ||||||
|       return resDetail |       return resDetail.data | ||||||
|     } |     } | ||||||
|     } else if (supplier.code == 'Digiflazz') { |     } else if (supplier.code == 'Digiflazz') { | ||||||
|       if (typePaid == 'INQUIRY') { |       if (typePaid == 'INQUIRY') { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user