Tribe__Tickets_Plus__Repositories__Attendee__WooCommerce::purchaser_email_keys()
{@inheritdoc}
Source
File: src/Tribe/Repositories/Attendee/WooCommerce.php
public function purchaser_email_keys() {
/*
* This is here to reduce confusion by future developers.
*
* Purchaser name does not have a meta key stored on the attendee itself
* and must be retrieved by order customer for WooCommerce.
*/
return parent::purchaser_email_keys();
}