fix(cypress): normalize wise_payout connector ID in Payout config lookup
Strips the _payout suffix before resolving connector configs and error
messages so that CYPRESS_CONNECTOR=wise_payout maps to the Wise.js
connector config instead of falling through to Commons.js defaults.
Changes:
- Payout/Utils.js: normalize connectorId in getConnectorDetails()
- Payout/Modifiers.js: normalize input in normalise() for error messages
Fixes all 13 failures where wise_payout could not resolve config keys
(BankTransfer, SavePayoutMethod, Token, Fulfill) and the error message
mismatch caused by incorrect fallback to un-normalized connector name.
Committer
QA Automation Bot