Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Argument Type Error in MessageTrackingOptions.php on line 35 #313

Open
afrasiyabhaider opened this issue Sep 15, 2024 · 0 comments

Comments

@afrasiyabhaider
Copy link

Sendportal\Base\Services\Messages\MessageTrackingOptions::setIsOpenTracking(): Argument #1 ($isOpenTracking) must be of type bool, int given, called in /Users/admin/Herd/web-project/project/vendor/mettle/sendportal-core/src/Services/Messages/MessageTrackingOptions.php on line 35

The issue is in sendportal_campaigns table we have 2 columns is_open_tracking and is_click_tracking , it have value stored as 0, 1 but the expected value by function is true/false

afrasiyabhaider added a commit to afrasiyabhaider/sendportal-core that referenced this issue Sep 16, 2024
- The issue is in sendportal_campaigns table we have 2 columns is_open_tracking and is_click_tracking , it have value stored as 0, 1 but the expected value by function is true/false
- mettle/sendportal#313
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant