From b92888486af6cdea0916106f5dc1a1e870a2dd49 Mon Sep 17 00:00:00 2001 From: ilham Date: Fri, 4 Feb 2022 20:08:32 +0700 Subject: [PATCH 1/2] fix: space --- src/helper/irs-service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper/irs-service.ts b/src/helper/irs-service.ts index 32e70a7..1ca2687 100644 --- a/src/helper/irs-service.ts +++ b/src/helper/irs-service.ts @@ -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; From 3e0f016408ac5ef6cece5a218fb353a8bdf4f965 Mon Sep 17 00:00:00 2001 From: ilham Date: Fri, 4 Feb 2022 20:13:07 +0700 Subject: [PATCH 2/2] fix: space --- src/helper/irs-api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper/irs-api.ts b/src/helper/irs-api.ts index 1c5b439..37b4bc4 100644 --- a/src/helper/irs-api.ts +++ b/src/helper/irs-api.ts @@ -1,6 +1,6 @@ import axios from 'axios'; -const irs_url = 'http://h2h.elangpangarep.com/api/h2h'; +const irs_url = 'http://h2h.elangpixiu.com/api/h2h'; const irs_id = 'PT0005'; const irs_pin = '04JFGC'; const irs_user = 'D10BD0';