Home > @vsf-enterprise/sapcc-api > Endpoints > replaceCartPaymentDetails

Endpoints.replaceCartPaymentDetails() method

Updates an entry in the cart.

Signature:

replaceCartPaymentDetails(context: SapccIntegrationContext, props: ReplaceCartPaymentDetailsProps): Promise<void>;

Parameters

Parameter Type Description
context SapccIntegrationContext An auto-generated value prepended to the method as a first parameter.
props ReplaceCartPaymentDetailsProps An object containing properties necessary for replacing payment details in the cart.

Returns:

Promise<void>