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
I'm sorry to be a layman, but I can't make the connection. The interface does not find the "TransmitVerificationCodeDelegate", "VerificationData" and "PingRestInfo". And "DetermineMagentoVersionAndSetupServiceAsync" and "GetProductsAsync" are also in error. Do you have any documentation or could someone help me?
The text was updated successfully, but these errors were encountered:
var IMagentoFactory _factory = new MagentoFactory();
var userAuthCredentials = new MagentoAuthenticatedUserCredentials(...);
var magentoConfig = new MagentoConfig()
{
...
};
var magentoService = this._factory.CreateService(userAuthCredentials, magentoConfig)
I'm sorry to be a layman, but I can't make the connection. The interface does not find the "TransmitVerificationCodeDelegate", "VerificationData" and "PingRestInfo". And "DetermineMagentoVersionAndSetupServiceAsync" and "GetProductsAsync" are also in error. Do you have any documentation or could someone help me?
The text was updated successfully, but these errors were encountered: