This repository has been archived on 2026-07-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
acquire-core-full/app/include/mg_h_0015.h

20 lines
514 B
C

/*
* mg_h_0015.h - 전문게이트웨이 코드/상수 테이블
*/
#ifndef MG_H_0015_H
#define MG_H_0015_H
#define MG_H_0015_RC_OK 0
#define MG_H_0015_RC_RETRY 1
#define MG_H_0015_RC_SKIP 2
#define MG_H_0015_RC_ERROR 9
#define MG_H_0015_LIMIT_DAILY 100000000L
#define MG_H_0015_LIMIT_SINGLE 50000000L
#define MG_H_0015_FEE_RATE_BP 250 /* 2.50% */
#define MG_H_0015_CHAN_ONLINE "01"
#define MG_H_0015_CHAN_BATCH "02"
#define MG_H_0015_CHAN_RECON "03"
#endif /* MG_H_0015_H */