mc-magento2
mc-magento2 copied to clipboard
Fixed inconsistent check for isSubscriber method.
Forcing status value from subscriber object to be of same type as constant that is checked against.
Reason: The getStatus() from Magento Newsletter ( Subscriber class ) module has specified that the return type of the method is int
but in fact returns string
.