We added new APIs for order management of pricing plans. The additions include order management functions both on the frontend and the backend , and more backend events .
The newly supported activities include:
Creating and updating both online and offline orders
The only way to see the information a user has submitted is in Dashboard> Subscription > and itâs information per member.
I have been trying to figure this out for the past 2 weeks. I added code to âmy subscriptionsâ member page and I can see the pricing plans coming in the console but the form data / submission data is an object and it is empty. I only get the form Id and submission Id. How can I get this information and tie it together with the subscription plan so the member can see the information they put in the form?
Please help.
This is the code:
import { orders } from âwix-pricing-plansâ ;
Iâm entering starting date in createOnlineOrder but itâs not working giving me the same date of current timeâŚi tried startDate in createOfflineOrder also but here itâs also not working does anyone have the solution or code so i can get the