Closed mtomberger closed 1 month ago
Hi @mtomberger, .Embed
is not supported in Product Catalog v2. Can you elaborate on your use case / what you're trying to achieve please?
I try to upgrade a application which uses .Embed(false)
in various places. If omitting this call in Product Catalog 2.0 has the same effect as setting embed to false in Product Catalog 1.0 there is no problem.
Hi @mtomberger , the default behavior for the latest versions of checkout (in app and full page layout) is Embed = false
. Please do let us know if you face any issues with this.
Hi @mtomberger, I'm closing this issue as it's been addressed. Please feel free to reopen if you have any more questions.
Description of the Bug
I tried to migrate a Application which uses the Chargebee .NET API to be compatible with Product Catalog 2.0. I replaced the API methods according to the upgrade guide, but it is not possible to set the
embed
flag totrue
after using the new methods. It looks like this method is missing from the new API flow.Steps to reproduce
1) Use the new API methods for Product Catalog 2.0 to create a HostedPage using
HostedPage.CheckoutExistingForItems()
orHostedPage.CheckoutNewForItems()
2) Try to set the embed flag to ture via the APIExpected Behavior
The emped flag can be set to true with a .NET API Method within the
CheckoutNewForItemsRequest
andCheckoutExistingForItemsRequest
classesCode Snippets (if applicable)
Operating System
Windows
Language version
.NET 8
Library version
3.18.1.0
Additional context
No response