Skip to content

Commit c7c8317

Browse files
committed
Update bluem-idin.php
1 parent 7d0b2c8 commit c7c8317

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bluem-idin.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,9 @@ function bluem_idin_shortcode_callback() {
11541154
*/
11551155
function bluem_idin_webhook()
11561156
{
1157+
if (strpos($_SERVER["REQUEST_URI"], "bluem-woocommerce/bluem_idin_webhook") === false) {
1158+
return;
1159+
}
11571160
http_response_code(200);
11581161
var_dump('Soon available..');
11591162
exit;

0 commit comments

Comments
 (0)