As of https://github.com/moov-io/customers/pull/137 we're switching pagination query params to skip (# of records) and count (# of records). This needs to be the same across all services.
PayGate currently has one spot where offset/limit are consumed. We're going to add a helper into moov-io/base for reading these from a *http.Request.
As of https://github.com/moov-io/customers/pull/137 we're switching pagination query params to
skip
(# of records) andcount
(# of records). This needs to be the same across all services.PayGate currently has one spot where offset/limit are consumed. We're going to add a helper into
moov-io/base
for reading these from a*http.Request
../pkg/transfers/router.go
: https://github.com/moov-io/paygate/blob/a385600713eb6f3af77c58754791ee12154c0a24/pkg/transfers/router.go#L90-L91