Hi teams,
I have installed Wix Stores.
After The User paid an order on our digital package( wix shop) then we need to call our API application to change data in our system.
Site name: https://vanthanh11tlt.wixsite.com/demo
I made the change on events.js codes to handle events
https://www.screencast.com/t/Uj7Rn3ym
I created a new endpoint to handle integration from wix.
https://www.screencast.com/t/xbZ7eJDku
endpoint: https://hookbin.com/QJr90kM7ygU9r92dlgYk
I place an order and verify:
https://www.screencast.com/t/pvr7ZDu0eFF
I can see the integration trigger for wixStores_onNewOrder
https://www.screencast.com/t/QWZiMTSr
Then I mark the order as paid in the dashboard page
https://www.screencast.com/t/vtVDAPxOm
There are no integration trigger to my endpoint
https://www.screencast.com/t/xbZ7eJDku
I would like to know what step or events that I need to do to handle this.
Any advise for me,
Thank you in advance.