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'; 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;