From 7146e93c75c6215af79fbfe523b7da0e339ec64a Mon Sep 17 00:00:00 2001
From: Filippo Bertilotti <filippobertilotti@gmail.com>
Date: Wed, 09 Oct 2024 12:01:55 +0200
Subject: [PATCH] Merge branch 'main' of https://blit.dubbidigitali.it/r/~fbertilotti/fakesso

---
 resources/views/vodafone_fake_sso/response_templates/legacy/getWebcustomerInformation.blade.php |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/resources/views/vodafone_fake_sso/response_templates/legacy/getWebcustomerInformation.blade.php b/resources/views/vodafone_fake_sso/response_templates/legacy/getWebcustomerInformation.blade.php
new file mode 100644
index 0000000..41aaa61
--- /dev/null
+++ b/resources/views/vodafone_fake_sso/response_templates/legacy/getWebcustomerInformation.blade.php
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<getWebCustomerInformation>
+    <EmailAddress>{{$user->EmailAddress}}</EmailAddress>
+    <Sex></Sex>
+    <Surname>DoppiaSim</Surname>
+    <BirthProvinceName>LUCCA</BirthProvinceName>
+    <BirthPlace>VIAREGGIO</BirthPlace>
+    <Type_ID>2</Type_ID>
+    <Birthdate>Fri Apr 16 00:00:00 MET 1971</Birthdate>
+    <HomeProvinceName>LUCCA</HomeProvinceName>
+    <Custcode>5.123123</Custcode>
+    <ProfileIdentifier>BUSINESS_EMPLOYEE</ProfileIdentifier>
+    <MicroBusiness>false</MicroBusiness>
+    <HomePhone></HomePhone>
+    <Address>VIA BERNARDINO</Address>
+    <FiscalCode>MNCCST71D16L833U</FiscalCode>
+    <Name>DoppiaSim</Name>
+    <Username>DoppiaSim</Username>
+</getWebCustomerInformation>

--
Gitblit v1.8.0