We’re trying to allow sellers to buy a featured listing even when their listing is still pending approval.
As we noticed, HivePress uses this URL to trigger the featured listing checkout:
/account/listings/{listing-id}/feature/
This works well for approved listings. However, when the listing is in a pending state, accessing this URL redirects the user to the homepage, preventing the purchase.
Is there a recommended way to enable featured listing purchases while a listing is still pending?
Thank You