Skip to main content

create_checkout_tool

Function create_checkout_tool 

Source
pub fn create_checkout_tool(
    checkout_service: Arc<dyn MerchantCheckoutService>,
) -> impl Tool
Available on crate feature payments only.
Expand description

Creates a payments_checkout_create tool backed by the given checkout service.