klaviyo / magento2-klaviyo

37 stars 51 forks source link

Add promise handling to isIdentified() call #284

Closed cykolln closed 5 months ago

cykolln commented 5 months ago

Description

Fixes a bug where we don't correctly handle the Promise returned by klaviyo.isIdentified(). Was preventing us from identifying customers after account registration or login.

Manual Testing Steps

  1. Tested that I'm correctly identified in Klaviyo after registering a new account
  2. Tested that I'm correctly identified in Klaviyo after logging into an account.

Pre-Submission Checklist:

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

cykolln commented 5 months ago

Fixes #283