Skip to content

Commit

Permalink
fix(BUX-408): admin get paymail
Browse files Browse the repository at this point in the history
  • Loading branch information
dorzepowski committed Dec 21, 2023
1 parent b222235 commit 9800533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transports/http_admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (h *TransportHTTP) AdminGetPaymail(ctx context.Context, address string) (*b

var model *buxmodels.PaymailAddress
if err := h.doHTTPRequest(
ctx, http.MethodGet, "/admin/paymail/get", jsonStr, h.xPriv, true, &model,
ctx, http.MethodPost, "/admin/paymail/get", jsonStr, h.xPriv, true, &model,
); err != nil {
return nil, err
}
Expand Down

0 comments on commit 9800533

Please sign in to comment.