Merge branch 'development' into 'devops-production'

fix: space

See merge request empatnusabangsa/ppob/ppob-backend!122
This commit is contained in:
ilham dwi pratama 2022-02-04 13:09:02 +00:00
commit ee7aef6e56

View File

@ -5,7 +5,7 @@ export const createTransaction = async (kode, tujuan) => {
return axios.default
.get(
`http://h2h.elangpixiu.com/api/h2h ?id=PT0005&pin=04JFGC&user=D10BD0&pass=6251F3&kodeproduk=${kode}&tujuan=${tujuan}&counter=1&idtrx=${codeTransaksi}`,
`http://h2h.elangpixiu.com/api/h2h?id=PT0005&pin=04JFGC&user=D10BD0&pass=6251F3&kodeproduk=${kode}&tujuan=${tujuan}&counter=1&idtrx=${codeTransaksi}`,
)
.then((response) => {
return response.data;