pub fn create_checkout_tool(
checkout_service: Arc<dyn MerchantCheckoutService>,
) -> impl ToolAvailable on crate feature
payments only.Expand description
Creates a payments_checkout_create tool backed by the given checkout service.