Skip to content

Commit

Permalink
開立手機載具發票時,特殊符號在查詢發票結果收到的IIS_Carruer_Num錯誤問題
Browse files Browse the repository at this point in the history
  • Loading branch information
adelachang0418 committed Feb 4, 2020
1 parent 2b43977 commit 45401b3
Show file tree
Hide file tree
Showing 235 changed files with 148,011 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified SDK元件/Ecpay.EInvoice.Integration.dll
Binary file not shown.
Binary file added SDK元件/Ecpay.EInvoice.Integration.pdb
Binary file not shown.
8,889 changes: 8,889 additions & 0 deletions SDK元件/Newtonsoft.Json.xml

Large diffs are not rendered by default.

1,035 changes: 1,035 additions & 0 deletions Sample Code/04.一般開立發票/.vs/Issue/config/applicationhost.config

Large diffs are not rendered by default.

Binary file not shown.
Empty file.
Binary file not shown.
3 changes: 3 additions & 0 deletions Sample Code/04.一般開立發票/Issue/Issue.csproj.user
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified Sample Code/04.一般開立發票/Issue/bin/Issue.dll
Binary file not shown.
Binary file modified Sample Code/04.一般開立發票/Issue/bin/Issue.pdb
Binary file not shown.
8,889 changes: 8,889 additions & 0 deletions Sample Code/04.一般開立發票/Issue/bin/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
67b160b92df0030f4315ef4ffb961d32a03f55db
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ C:\Users\louis.tseng\Desktop\Invoice_Net-master\Sample Code\04.一般開立發
C:\Users\louis.tseng\Desktop\Invoice_Net-master\Sample Code\04.一般開立發票\Issue\obj\Debug\Issue.csprojResolveAssemblyReference.cache
C:\Users\louis.tseng\Desktop\Invoice_Net-master\Sample Code\04.一般開立發票\Issue\obj\Debug\Issue.dll
C:\Users\louis.tseng\Desktop\Invoice_Net-master\Sample Code\04.一般開立發票\Issue\obj\Debug\Issue.pdb
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\04.一般開立發票\Issue\bin\Issue.dll
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\04.一般開立發票\Issue\bin\Issue.pdb
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\04.一般開立發票\Issue\bin\Ecpay.EInvoice.Integration.pdb
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\04.一般開立發票\Issue\bin\Newtonsoft.Json.xml
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\04.一般開立發票\Issue\obj\Debug\Issue.csprojAssemblyReference.cache
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\04.一般開立發票\Issue\obj\Debug\Issue.csproj.CoreCompileInputs.cache
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\04.一般開立發票\Issue\obj\Debug\Issue.csproj.CopyComplete
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\04.一般開立發票\Issue\obj\Debug\Issue.dll
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\04.一般開立發票\Issue\obj\Debug\Issue.pdb
Binary file not shown.
Binary file modified Sample Code/04.一般開立發票/Issue/obj/Debug/Issue.dll
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Empty file.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected void Page_Load(object sender, EventArgs e)
invc.CustomerName = "";//客戶名稱
invc.CustomerAddr = "";//客戶地址
invc.CustomerPhone = "0912345678";//客戶手機號碼
invc.CustomerEmail = "test@allpay.com.tw";//客戶電子信箱
invc.CustomerEmail = "test@ecpay.com.tw";//客戶電子信箱
//invc.ClearanceMark = CustomsClearanceMarkEnum.None;//通關方式
invc.Print = PrintEnum.No;//列印註記
invc.Donation = DonationEnum.No;//捐贈註記
Expand All @@ -39,7 +39,7 @@ protected void Page_Load(object sender, EventArgs e)
invc.TaxType = TaxTypeEnum.DutyFree;//課稅類別
invc.SalesAmount = "200";//發票金額。含稅總金額
invc.InvoiceRemark = "";//備註
invc.DelayDay = "0";//延遲天數
invc.DelayDay = "5";//延遲天數
//invc.ECBankID = "";//ECBank 代號
invc.Tsr = "ecPaytest" + new Random().Next(0, 99999).ToString();//交易單號
invc.PayType = PayTypeEnum.ECPAY;//交易類別
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8,889 changes: 8,889 additions & 0 deletions Sample Code/05.延遲或觸發開立發票/DelayIssue/bin/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4254f32b5d8e1a358badfba138fce50efba8c02a
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@ C:\Users\louis.tseng\Desktop\Invoice_Net-master\Sample Code\05.延遲或觸發
C:\Users\louis.tseng\Desktop\Invoice_Net-master\Sample Code\05.延遲或觸發開立發票\DelayIssue\obj\Debug\DelayIssue.csprojResolveAssemblyReference.cache
C:\Users\louis.tseng\Desktop\Invoice_Net-master\Sample Code\05.延遲或觸發開立發票\DelayIssue\obj\Debug\DelayIssue.dll
C:\Users\louis.tseng\Desktop\Invoice_Net-master\Sample Code\05.延遲或觸發開立發票\DelayIssue\obj\Debug\DelayIssue.pdb
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\05.延遲或觸發開立發票\DelayIssue\bin\DelayIssue.dll
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\05.延遲或觸發開立發票\DelayIssue\bin\DelayIssue.pdb
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\05.延遲或觸發開立發票\DelayIssue\bin\Ecpay.EInvoice.Integration.pdb
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\05.延遲或觸發開立發票\DelayIssue\bin\Newtonsoft.Json.xml
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\05.延遲或觸發開立發票\DelayIssue\obj\Debug\DelayIssue.csprojAssemblyReference.cache
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\05.延遲或觸發開立發票\DelayIssue\obj\Debug\DelayIssue.csproj.CoreCompileInputs.cache
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\05.延遲或觸發開立發票\DelayIssue\obj\Debug\DelayIssue.csproj.CopyComplete
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\05.延遲或觸發開立發票\DelayIssue\obj\Debug\DelayIssue.dll
C:\Users\luke.liao\Desktop\Invoice_Net-master (3)\Invoice_Net-master\Sample Code\05.延遲或觸發開立發票\DelayIssue\obj\Debug\DelayIssue.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 45401b3

Please sign in to comment.