Skip to content

Commit

Permalink
Merge pull request #174 from BuxOrg/fix/admin-get-paymail
Browse files Browse the repository at this point in the history
fix(BUX-408): admin get paymail
  • Loading branch information
dorzepowski authored Dec 21, 2023
2 parents b222235 + 9800533 commit 96551ff
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 96551ff

Please sign in to comment.