Interface B2BCommerceCartService

    • Method Detail

      • calculateCartForPaymentTypeChange

        void calculateCartForPaymentTypeChange​(CartModel cartModel)
        Forcefully re-calulcate the order total after applying the promotions for payment type
        Parameters:
        cartModel - the cart whose total has to be re-calculated
      • createInvoicePaymentInfo

        InvoicePaymentInfoModel createInvoicePaymentInfo​(CartModel cartModel)
        Creates an invoice payment info.
        Parameters:
        cartModel - the cart whose payment info is applied to
        Returns:
        the invoice payment info created