Update QRIS path
This commit is contained in:
parent
98cccdce51
commit
04c58658a5
@ -103,7 +103,7 @@ func (s *LinkQuService) constructVAPayload(req entity.LinkQuRequest) CreateVAReq
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (s *LinkQuService) CreateQrisPayment(linkQuRequest entity.LinkQuRequest) (*entity.LinkQuQRISResponse, error) {
|
func (s *LinkQuService) CreateQrisPayment(linkQuRequest entity.LinkQuRequest) (*entity.LinkQuQRISResponse, error) {
|
||||||
path := "/transaction/create/va"
|
path := "/transaction/create/qris"
|
||||||
method := "POST"
|
method := "POST"
|
||||||
|
|
||||||
req := s.constructQRISPayload(linkQuRequest)
|
req := s.constructQRISPayload(linkQuRequest)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user