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/
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:
Yields a URL:
/3/admin/accounts/ZQTVXSC6H6/currencies/ZAR/ZAR/