李东云 b3317c5f8d feat(invoice): 添加创建发票功能
- 新增 CreateInvoiceCmd 类作为创建发票的命令对象
- 创建 Address 类表示发票地址信息
- 实现 Invoice 类作为发票的领域模型
- 添加 InvoiceRepoInterface 接口和 InvoiceRepo 实现类,用于处理发票创建逻辑
- 编写 CreateInvoiceTest测试用例验证发票创建功能
2025-08-29 01:42:42 +08:00
2023-07-18 10:00:16 +08:00
2023-07-18 10:00:16 +08:00
2024-02-27 15:28:23 +08:00
2023-09-19 18:22:47 +08:00
2023-07-18 10:00:16 +08:00
2025-08-27 17:04:54 +08:00
2025-08-27 17:04:54 +08:00
2023-07-18 10:00:16 +08:00
2023-07-18 10:00:16 +08:00
2023-07-18 10:00:16 +08:00
2024-02-27 15:27:33 +08:00
2023-07-18 10:00:16 +08:00

HDK-Pay

A sdk to connect to LuxPay.

PHP Versions

This version will work on PHP version 8.0 and above.

Getting Started

PHP 8.0 or above and Composer is expected to be installed on our system.

Installing

composer require singularity/hdk-pay

This will install all dependencies needed for the project.

Configurations

You need to add an item http_request.pay.rpc_base_uri in config/autoload/common.php. Usually, the value of this item will be https://pay.luxcreo.cn or https://test-pay.luxcreo.cn. Don't need the following /.

Running the Tests

All tests can be run by executing

vendor/bin/phpunit

phpunit will automatically find all tests inside the test directory and run them based on the configuration in the phpunit.xml file.

Testing Approach

The test for the class Greeting verifies that the return value of the sayHello method returns the string "Hello {name}", where {name} is the value passed through to the constructor.

Running the Application

PHP has an in-built server for local development. This can be started by executing

php -S localhost:8000 -t public

Then open your browser at http://localhost:8000/example.php

You should see the text "Hello Ada Lovelace" on your screen.

Built With

License

This project is licensed under the MIT License - see the LICENCE.md file for details.

Description
No description provided
Readme 830 KiB
Languages
PHP 98.1%
Shell 1.9%