Skip to content

Fix doubling up on URL segments for Account currency methods #63

Description

@ConnorMac

When trying to PATCH/PUT a currency resource attached to a account resource it appends an extra currency code segment to the url, see below:

rehive.admin.accounts.obj("ZQTVXSC6H6").currencies.obj('ZAR').patch(
                active=True
            )

Yields a URL: /3/admin/accounts/ZQTVXSC6H6/currencies/ZAR/ZAR/

Metadata

Metadata

Assignees

Labels

readyReady to be worked on

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions