chargebee-node icon indicating copy to clipboard operation
chargebee-node copied to clipboard

Upgrade portal_sessions

Open iamharshitpandeyy opened this issue 2 years ago • 0 comments

I want to send the min and max quantity selection options, also known as quantity_metadata, through Chargebee.portal_session.create for each portal session that Chargebee has created.

  const { portal_session: initialPortalSession } =
        await Chargebee.portal_session
          .create({
            customer: {
              id: customerId,
            },

      // want to send quantity metadata

        })
        .request();

iamharshitpandeyy avatar Oct 04 '23 05:10 iamharshitpandeyy