I wonder if there still has to be a difference to call a purchase on Apple Store or Google Store like this:
purchase(product)
or
purchase({product})
Can store purchase calls done with one line of code or is there still a need to differ between the stores like shown here?