$charged, // What the customer reads on Stripe's page and on Stripe's receipt. // The same words the price sheet uses, because meeting a different // name for the same charge at the till is exactly the moment somebody // abandons a checkout. 'label' => __('checkout.setup_fee_line'), 'currency' => strtoupper($currency), ]; } }