Hi, I need to set up payments, I have an active payment method in my site and it works but it does not work on the app. I need the app to be able to receive payments through the already active payment method I have on my website.
Thanks
Hello
In-App we have lots of option for the payments like
Through site
wallet
and pmpro-purchase
So if you want to purchase through the site then go to your App src folder>services>config.ts file and
wallet to false and inappbrowser_purchases to true.
Then the buy from the site will work properly.