Post checkout extension not working with us address

I was working on a shopify post purchase offers extension, when using it on test stores it seems to be working fine when I use an address from India , the store was set up with India as the primary market but on testing with a US address the extension does not show the post purchase offer.

I checked the extension to verify that the Checkout::PostPurchase::ShouldRender is returning {render: true} and that is the case but the offer is not shown to the user. This is blocking our review and wanted to understand how to fix this issue.

Hey @tyrant_s

That’s interesting that your post-purchase extension works with Indian addresses but not US addresses, despite ShouldRender returning {render: true}.

There might be some specific limitations affecting your US orders that prevent the extension from displaying. Could you check if any of the scenarios mentioned in our limitations and considerations documentation apply to the US orders you’re testing with?

Hi @tyrant_s

Are you still experiencing this issue?