PEPPOL: allow to verify that the customer has is on PEPPOL (Belgium only)

This commit is contained in:
sparkyx 2025-10-29 09:52:03 +01:00
parent 81623d9c6f
commit a1c59f6cf0
6 changed files with 460 additions and 4 deletions

View file

@ -45,6 +45,7 @@ $http=new HttpInput();
try {
$op= $http->request("op");
if ($op =='check_vatnumber') session_write_close();
if ($op =='search_peppol') session_write_close();
} catch (\Exception $e) {
exit();
@ -376,6 +377,8 @@ $path = array(
, 'email_setting'=>'ajax_email_setting'
// check iban number
, 'check_ibannumber'=>'ajax_check_ibannumber'
// related to peppol : search
,'search_peppol'=>'ajax_search_peppol'
) ;
if (array_key_exists($op, $path)) {