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:onAfterCustomerMerged event

Triggered by Shop_Customer
Author LemonStand eCommerce Inc.

Event handler signature

public void event_onAfterCustomerMerged(Shop_Customer $source, Shop_Customer $destination)
$source Shop_Customer specifies the source customer object.
$destination Shop_Customer specifies the destination customer object.
Triggered after a customer record is merged. The event is triggered after the source customer's orders are copied to the destination customer and the source customer record is deleted.