Skip to main content

complete_checkout_tool

Function complete_checkout_tool 

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

Creates a payments_checkout_complete tool backed by the given checkout service.