From 5c9763c105cebf50eeb62c1fa705c2d93217c8f3 Mon Sep 17 00:00:00 2001 From: "allen.chang" Date: Fri, 2 Dec 2022 11:21:06 +0800 Subject: [PATCH] =?UTF-8?q?B2C=E9=9B=BB=E5=AD=90=E7=99=BC=E7=A5=A8?= =?UTF-8?q?=E7=A8=8B=E5=BC=8F=E7=AF=84=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/Invoice/B2C/Allowance.php | 2 +- example/Invoice/B2C/AllowanceByCollegiate.php | 1 + example/Invoice/B2C/AllowanceInvalid.php | 1 + example/Invoice/B2C/CancelDelayIssue.php | 1 + example/Invoice/B2C/CheckBarcode.php | 1 + example/Invoice/B2C/CheckLoveCode.php | 1 + example/Invoice/B2C/DelayIssue.php | 1 + example/Invoice/B2C/GetAllowance.php | 1 + example/Invoice/B2C/GetAllowanceByCollegiateResponse.php | 1 + example/Invoice/B2C/GetAllowanceInvalid.php | 1 + example/Invoice/B2C/GetInvalid.php | 1 + example/Invoice/B2C/GetInvoiceWordSetting.php | 1 + example/Invoice/B2C/GetInvoicedResponse.php | 1 + example/Invoice/B2C/GetIssue.php | 2 +- example/Invoice/B2C/Invalid.php | 2 +- example/Invoice/B2C/InvoiceNotify.php | 2 +- example/Invoice/B2C/Issue.php | 2 +- example/Invoice/B2C/TriggerIssue.php | 2 +- example/Invoice/B2C/VoidWithReIssue.php | 2 +- 19 files changed, 19 insertions(+), 7 deletions(-) diff --git a/example/Invoice/B2C/Allowance.php b/example/Invoice/B2C/Allowance.php index fa3feb8..f55cdd6 100644 --- a/example/Invoice/B2C/Allowance.php +++ b/example/Invoice/B2C/Allowance.php @@ -1,5 +1,5 @@ post($input, $url); var_dump($response); + \ No newline at end of file diff --git a/example/Invoice/B2C/AllowanceInvalid.php b/example/Invoice/B2C/AllowanceInvalid.php index 2e1a0e5..aa3c97d 100644 --- a/example/Invoice/B2C/AllowanceInvalid.php +++ b/example/Invoice/B2C/AllowanceInvalid.php @@ -28,3 +28,4 @@ $response = $postService->post($input, $url); var_dump($response); + \ No newline at end of file diff --git a/example/Invoice/B2C/CancelDelayIssue.php b/example/Invoice/B2C/CancelDelayIssue.php index 5547d7a..e11e8ce 100644 --- a/example/Invoice/B2C/CancelDelayIssue.php +++ b/example/Invoice/B2C/CancelDelayIssue.php @@ -25,3 +25,4 @@ $response = $postService->post($input, $url); var_dump($response); + \ No newline at end of file diff --git a/example/Invoice/B2C/CheckBarcode.php b/example/Invoice/B2C/CheckBarcode.php index 2eab87f..8eed229 100644 --- a/example/Invoice/B2C/CheckBarcode.php +++ b/example/Invoice/B2C/CheckBarcode.php @@ -26,3 +26,4 @@ $response = $postService->post($input, $url); var_dump($response); + \ No newline at end of file diff --git a/example/Invoice/B2C/CheckLoveCode.php b/example/Invoice/B2C/CheckLoveCode.php index fd62657..97ff368 100644 --- a/example/Invoice/B2C/CheckLoveCode.php +++ b/example/Invoice/B2C/CheckLoveCode.php @@ -26,3 +26,4 @@ $response = $postService->post($input, $url); var_dump($response); + \ No newline at end of file diff --git a/example/Invoice/B2C/DelayIssue.php b/example/Invoice/B2C/DelayIssue.php index 5def291..cb554ab 100644 --- a/example/Invoice/B2C/DelayIssue.php +++ b/example/Invoice/B2C/DelayIssue.php @@ -68,3 +68,4 @@ $response = $postService->post($input, $url); var_dump($response); + \ No newline at end of file diff --git a/example/Invoice/B2C/GetAllowance.php b/example/Invoice/B2C/GetAllowance.php index e8e0f95..5b48b73 100644 --- a/example/Invoice/B2C/GetAllowance.php +++ b/example/Invoice/B2C/GetAllowance.php @@ -27,3 +27,4 @@ $response = $postService->post($input, $url); var_dump($response); + \ No newline at end of file diff --git a/example/Invoice/B2C/GetAllowanceByCollegiateResponse.php b/example/Invoice/B2C/GetAllowanceByCollegiateResponse.php index 53a8627..f0a6b9f 100644 --- a/example/Invoice/B2C/GetAllowanceByCollegiateResponse.php +++ b/example/Invoice/B2C/GetAllowanceByCollegiateResponse.php @@ -9,3 +9,4 @@ $arrayResponse = $factory->create(ArrayResponse::class); var_dump($arrayResponse->get($_POST)); + \ No newline at end of file diff --git a/example/Invoice/B2C/GetAllowanceInvalid.php b/example/Invoice/B2C/GetAllowanceInvalid.php index 6558768..3051070 100644 --- a/example/Invoice/B2C/GetAllowanceInvalid.php +++ b/example/Invoice/B2C/GetAllowanceInvalid.php @@ -27,3 +27,4 @@ $response = $postService->post($input, $url); var_dump($response); + \ No newline at end of file diff --git a/example/Invoice/B2C/GetInvalid.php b/example/Invoice/B2C/GetInvalid.php index aeb147d..3d77e40 100644 --- a/example/Invoice/B2C/GetInvalid.php +++ b/example/Invoice/B2C/GetInvalid.php @@ -28,3 +28,4 @@ $response = $postService->post($input, $url); var_dump($response); + \ No newline at end of file diff --git a/example/Invoice/B2C/GetInvoiceWordSetting.php b/example/Invoice/B2C/GetInvoiceWordSetting.php index d311d82..5d3d55f 100644 --- a/example/Invoice/B2C/GetInvoiceWordSetting.php +++ b/example/Invoice/B2C/GetInvoiceWordSetting.php @@ -29,3 +29,4 @@ $response = $postService->post($input, $url); var_dump($response); + \ No newline at end of file diff --git a/example/Invoice/B2C/GetInvoicedResponse.php b/example/Invoice/B2C/GetInvoicedResponse.php index 53a8627..f0a6b9f 100644 --- a/example/Invoice/B2C/GetInvoicedResponse.php +++ b/example/Invoice/B2C/GetInvoicedResponse.php @@ -9,3 +9,4 @@ $arrayResponse = $factory->create(ArrayResponse::class); var_dump($arrayResponse->get($_POST)); + \ No newline at end of file diff --git a/example/Invoice/B2C/GetIssue.php b/example/Invoice/B2C/GetIssue.php index 1b7a155..4778baf 100644 --- a/example/Invoice/B2C/GetIssue.php +++ b/example/Invoice/B2C/GetIssue.php @@ -1,5 +1,5 @@