We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During a voucher redeeming if sellerCustomerId is not empty then need to call PartnerManagement using https://github.com/OpenMAVN/MAVN.Service.PartnerManagement/blob/master/client/MAVN.Service.PartnerManagement.Client/Api/ILinkingApi.cs#L42 endpoint to get linked PartnerId. If there is no linked partnered - return specific error If there is a linked partnerId for passed sellerCustomerId and it's not equal to PartnerId from the voucher campaign then specific error must be returned
The text was updated successfully, but these errors were encountered:
e8d649a
Merge pull request #48 from IliyanIlievPH/47
cc43d12
Closes #47
IliyanIlievPH
No branches or pull requests
During a voucher redeeming if sellerCustomerId is not empty then need to call PartnerManagement using https://github.com/OpenMAVN/MAVN.Service.PartnerManagement/blob/master/client/MAVN.Service.PartnerManagement.Client/Api/ILinkingApi.cs#L42 endpoint to get linked PartnerId.
If there is no linked partnered - return specific error
If there is a linked partnerId for passed sellerCustomerId and it's not equal to PartnerId from the voucher campaign then specific error must be returned
The text was updated successfully, but these errors were encountered: