You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
Creating a merchant account in the dashboard allows to select a partner although each Amazon merchant account is equivalent to a new partner. As a result, we shouldn't allow for picking a partner but create a new partner for the merchant account.
The text was updated successfully, but these errors were encountered:
Yeah, this confused me too. When I created a new Merchant account, and then went to the Partners page, there was a partner called "Amazon Amazon.com (US)"
I've added a helptext in acb5ed0 that should make it a bit clearer. I've also change it so that the partner name (when auto-generated) is the same as the name of the MerchantAccount. Do you think that makes sense or is it clearer to remove the partner completely from the form and do a get_or_create on the partner? I'm a bit worried about side effects when partners already exist and not being able to change a wrong partner in the dashboard. I'd appreciate your thoughts.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Creating a merchant account in the dashboard allows to select a partner although each Amazon merchant account is equivalent to a new partner. As a result, we shouldn't allow for picking a partner but create a new partner for the merchant account.
The text was updated successfully, but these errors were encountered: