- PaymentBridge.cs: HTTP API 서버 (포트 7779) - /api/status: 연결 상태 확인 - /api/card/approve: 카드 승인 (D1) - /api/card/cancel: 카드 취소 (D2) - /api/card/stop: 결제 진행 중 취소 시도 - /api/cash/receipt: 현금영수증 (B1) - /api/cash/cancel: 현금영수증 취소 (B2) - PaymentStop.cs: 별도 취소 exe (테스트용) - 사용 DLL: - AllthatModule.dll (카드결제) - PosToCatReq.dll (ReqStop)
12 lines
78 B
Plaintext
12 lines
78 B
Plaintext
# Build outputs
|
|
*.exe
|
|
*.pdb
|
|
*.dll
|
|
|
|
# But keep source
|
|
!*.cs
|
|
|
|
# IDE
|
|
.vs/
|
|
*.user
|