Makes the merchant knows the webhooks endpoint to configure in the Omise dashboard by display the webhooks endpoint in the PrestaShop back office, Omise setting page.
Related information:
Related issue: -
Related ticket: -
2. Description of change
Add a function to generate webhooks endpoint.
Display webhook endpoint at the setting page.
3. Quality assurance
Environments:
Platform: PrestaShop 1.7.2.4
Omise plugin: Omise PrestaShop 1.3
PHP: 5.6.31
Details:
The screenshot below shows PrestaShop back office, Omise setting page. In the red box, it shows webhooks endpoint that has been added by this pull request.
4. Impact of the change
-
5. Priority of change
Normal
6. Additional notes
To configure webhooks endpoint in the Omise dashboard, it can be done by log in to Omise dashboard, from the left side menu click Webhooks.
The screenshot below shows Omise dashboard. In the red box, it shows Webhooks menu.
The screenshot below shows Omise dashboard, Webhooks configuration page. To configure webhooks endpoint, click Edit.
Enter the webhooks endpoint by using the webhooks that generated and displayed in the PrestaShop back office, Omise setting page.
Please note that the webhooks endpoint must be valid and available in HTTPS for the security reason. The screenshot below shows the example webhooks endpoint.
After successfully updated, when the events has been triggered, the request from Omise server will be sent to the URL that has been configured in the webhooks endpoint.
1. Objective
Makes the merchant knows the webhooks endpoint to configure in the Omise dashboard by display the webhooks endpoint in the PrestaShop back office, Omise setting page.
Related information:
2. Description of change
3. Quality assurance
Environments:
Details:
The screenshot below shows PrestaShop back office, Omise setting page. In the red box, it shows webhooks endpoint that has been added by this pull request.
4. Impact of the change
-
5. Priority of change
Normal
6. Additional notes
To configure webhooks endpoint in the Omise dashboard, it can be done by log in to Omise dashboard, from the left side menu click Webhooks.
The screenshot below shows Omise dashboard. In the red box, it shows Webhooks menu.
The screenshot below shows Omise dashboard, Webhooks configuration page. To configure webhooks endpoint, click Edit.
Enter the webhooks endpoint by using the webhooks that generated and displayed in the PrestaShop back office, Omise setting page.
Please note that the webhooks endpoint must be valid and available in HTTPS for the security reason. The screenshot below shows the example webhooks endpoint.
After successfully updated, when the events has been triggered, the request from Omise server will be sent to the URL that has been configured in the webhooks endpoint.