klaviyo / magento2-klaviyo

37 stars 51 forks source link

202307 update subscribe conditional2 #259

Closed cykolln closed 11 months ago

cykolln commented 11 months ago

Description

In Magento versions <2.4.3 isStatusChanged doesn't evaluate to true for net new subscriptions made through any magento newsletter forms. This prevents new subscriptions from syncing to Klaviyo. This PR adds in a check for isObjectNew to be backwards compatible with old m2 versions.

Manual Testing Steps

  1. Tested locally on a 2.4.2 instance

Pre-Submission Checklist:

NOTE: Please use the Changelogger cli tool to manage versioned file upgrades.