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
The namespacing for models is i.e. DwollaSwagger\models\CreateFundingSourceRequest
The class namespace expected by the FundingsourceApi->createCustomerFundingSource is 'DwollaSwagger\CreateFundingSourceRequest'
It looks like maybe at some point all the models were moved into the "models" namespace, but the method PHPdocs were not update to reflect that? As is, the IDE throws a warning, saying:
The namespacing for models is i.e. DwollaSwagger\models\CreateFundingSourceRequest
The class namespace expected by the FundingsourceApi->createCustomerFundingSource is 'DwollaSwagger\CreateFundingSourceRequest'
It looks like maybe at some point all the models were moved into the "models" namespace, but the method PHPdocs were not update to reflect that? As is, the IDE throws a warning, saying:
"expected DwollaSwagger\CreateFundingSourceRequest got DwollaSwagger\models\CreateFundingSourceRequest"
The text was updated successfully, but these errors were encountered: