Allows to change amount of Payment Control service when creating TTN
Usage:
add_filter('wcus_ttn_form_payment_control_cost', function ($cost, $order) { return $cost; }, 10, 2);
Arguments:
$cost (float) - current calculated cost
$order (WC_Order) - WooCommerce order