/**
  * Output the metabox
  */
 public static function recurring_totals_meta_box($post)
 {
     WC_Subscriptions_Order::recurring_order_totals_meta_box_section($post->ID);
 }