Module function not being able to be called in any scenario; works fine in other experience

I’m making a developer product backend system for when a player purchases a dev product, and I’ve got it set up like so:
image

Product functions has a list of functions that are returned that correspond to the product’s ID

Product service calls the products and connects it to a marketplaceservice processreceipt function

Issue is, all product functions work except for one. This one in particular is not being called at all, and I could tell because it wasn’t printing anything at the top of it.

I checked to make sure it wasn’t an ID error, and as you can see it clearly exists in the list and passes the first if statement to check if the function exists. It also literally sends me the notification and grants the purchase accordingly.


Tried it in another experience with the same code setup, works perfectly. Spoke to other developers and they ran my code and it worked perfectly fine as well.

All other products work fine, just not this one.

Product id(s) in question: 3450003297 , 3450003345
Universe ID: 9039299606

NOTE: This literally used to work fine before, just today it stopped and just doesn’t run the function at all.

d/r table conflict issue, marking fixed

Let’s talk about how you are writing 30 functions instead of one function and passing it variables…