This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

shop:onBeforeCustomerMerged event

Triggered by Shop_Customer
Author LemonStand eCommerce Inc.

Event handler signature

public void event_onBeforeCustomerMerged(Shop_Customer $source, Shop_Customer $destination)
$source Shop_Customer specifies the source customer object.
$destination Shop_Customer specifies the destination customer object.
Triggered before a customer record is merged.