移除PayPal支付功能,仅保留支付宝支付

- 删除PayPalService.java和PayPalController.java
- 从PaymentMethod枚举中移除PAYPAL选项
- 移除PaymentController和PaymentApiController中的PayPal相关代码
- 移除前端PayPal支付选项和相关API
- 清理配置文件中的PayPal配置
- 修复OrderController中的PayPal引用错误
This commit is contained in:
AIGC Developer
2025-11-04 11:06:08 +08:00
parent d5f7569a3a
commit 6d834d3385
44 changed files with 89 additions and 648 deletions

View File

@@ -61,3 +61,4 @@ if __name__ == "__main__":