wpd_pricingoutput_bottom

/* Add custom code at the bottom of the Pricing table */
add_action( 'wpd_pricingoutput_bottom', 'acme_pricing_bottom' );
function acme_pricing_bottom() {
    // Place your custom code here
}