Update QRIS path

This commit is contained in:
aditya.siregar 2024-10-28 10:58:07 +07:00
parent 98cccdce51
commit 04c58658a5

View File

@ -103,7 +103,7 @@ func (s *LinkQuService) constructVAPayload(req entity.LinkQuRequest) CreateVAReq
}
func (s *LinkQuService) CreateQrisPayment(linkQuRequest entity.LinkQuRequest) (*entity.LinkQuQRISResponse, error) {
path := "/transaction/create/va"
path := "/transaction/create/qris"
method := "POST"
req := s.constructQRISPayload(linkQuRequest)