Merge branch 'development' into 'master'
Development See merge request empatnusabangsa/ppob/ppob-backend!123
This commit is contained in:
commit
51be905bc0
|
@ -1,6 +1,6 @@
|
||||||
import axios from 'axios';
|
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_id = 'PT0005';
|
||||||
const irs_pin = '04JFGC';
|
const irs_pin = '04JFGC';
|
||||||
const irs_user = 'D10BD0';
|
const irs_user = 'D10BD0';
|
||||||
|
|
|
@ -5,7 +5,7 @@ export const createTransaction = async (kode, tujuan) => {
|
||||||
|
|
||||||
return axios.default
|
return axios.default
|
||||||
.get(
|
.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) => {
|
.then((response) => {
|
||||||
return response.data;
|
return response.data;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user