Change phone adapter meta number to type phone_number + add support for boolean adapter data + add a noStaupClose to ovh adapter

This commit is contained in:
osaajani 2022-07-12 13:16:22 +02:00
parent 9c9f99c87a
commit a0f3784baa
8 changed files with 85 additions and 17 deletions

View file

@ -154,7 +154,7 @@ class OctopushVirtualNumberAdapter implements AdapterInterface
'title' => 'Numéro de téléphone virtuel',
'description' => 'Numéro de téléphone virtuel Octopush à utiliser.',
'required' => true,
'number' => true,
'type' => 'phone_number',
],
[
'name' => 'sms_type',