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
If project has turned on xml validation on transfers (\Pyz\Zed\Transfer\TransferConfig::isTransferXmlValidationEnabled)
your transfer definitions fails validation:
[warning] "DOMDocument::schemaValidate(): Element '{spryker:transfer-01}property', attribute 'default': The attribute 'default' is not allowed." in /data/vendor/spryker-ufirst/second-factor-auth/src/SprykerUFirst/Shared/SecondFactorAuth/Transfer/user.transfer.xml
as user.transfer.xml has "default" value to false in definition, which isnt supported by xsd schema
you should remove this default attribute
The text was updated successfully, but these errors were encountered:
If project has turned on xml validation on transfers (\Pyz\Zed\Transfer\TransferConfig::isTransferXmlValidationEnabled)
your transfer definitions fails validation:
[warning] "DOMDocument::schemaValidate(): Element '{spryker:transfer-01}property', attribute 'default': The attribute 'default' is not allowed." in /data/vendor/spryker-ufirst/second-factor-auth/src/SprykerUFirst/Shared/SecondFactorAuth/Transfer/user.transfer.xml
as user.transfer.xml has "default" value to false in definition, which isnt supported by xsd schema
you should remove this default attribute
The text was updated successfully, but these errors were encountered: