This website requires JavaScript.
Explore
Help
Register
Sign In
wanwu
/
sub2apipay
Watch
1
Star
0
Fork
0
You've already forked sub2apipay
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1399cd277b49efce0eea77734900b05b0ee1d070
sub2apipay
/
src
/
app
/
favicon.ico
31 lines
25 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: migrate payment provider to easy-pay, add order history and refund support - Replace zpay with easy-pay payment provider (new lib/easy-pay/ module) - Add order history page for users (pay/orders) - Add GET /api/orders/my endpoint to list user's own orders - Add GET /api/users/[id] endpoint for sub2api user lookup - Add order status tracking module (lib/order/status.ts) - Update config to support easy-pay credentials (merchant ID, key, gateway) - Update PaymentForm and PaymentQRCode components for easy-pay flow - Update pay page and admin page with new order management UI - Update order service to support easy-pay, cancellation, and refund
2026-03-01 03:04:24 +08:00