edd_post_insert_discount
This action runs after a discount code is created. It receives two parameters: `$discount_details` and `$discount_id`.
$discount_details is an array containing all fields for the discount, such as name, type, amount, etc.
do_action( 'edd_post_insert_discount', $discount_details, $discount_id );