I’m building a paywall that I would like to have a conditional ‘Close’ button on - in some cases it should be a hard paywall, but in others, I want the user to opt out.
I’m showing the paywall with `PaywallView(offering: offering, displayCloseButton: <logic-goes-here>)`, but even if I send in a hardcoded true or false, it makes no difference.
I’ve tried this with my Paywall equipped with a ‘Navigate Back’ button, and without, but the ‘displayCloseButton’ parameter never has any effect.