Resolve "New invoice service" #1669

Merged
korina.cordero merged 105 commits from 744-new-invoice-service into master 2023-11-22 08:54:54 +00:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit c4878a9e6d - Show all commits

View file

@ -186,8 +186,6 @@ class AuthController extends ApiController
} else {
error_log("Found existing customer user for " . $this->session->getPhoneNumber());
}
$this->session->setCustomerUser($customer_user);
}
$this->em->flush();

View file

@ -54,7 +54,7 @@ class CustomerSession
// os version
/**
* @ORM\Column(type="string", length=25)
* @ORM\Column(type="string", length=200)
*/
protected $os_version;