pay-java-parent icon indicating copy to clipboard operation
pay-java-parent copied to clipboard

第三方支付对接全能支付Java开发工具包.优雅的轻量级支付模块集成支付对接支付整合(微信,支付宝,银联,友店,富友,跨境支付paypal,payoneer(P卡派安盈)易极付)app,扫码,网页刷脸付刷卡付条码付转账服务商模式,微信分...

Results 21 pay-java-parent issues
Sort by recently updated
recently updated
newest added

如题,既然做了是不是就需要做全了?

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.73 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...

dependencies

![image](https://user-images.githubusercontent.com/78527112/170037862-0f94b909-8434-4f7e-9ef6-f06f746b6c2c.png) Hi! I found the pom file of project **_com.egzosn:pay-java-web-support:2.14.4-fix_** introduced **_11_** dependencies. However, among them, **_5_** libraries (**_45%_**) are not used by your project. I list the redundant dependencies...

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.6 to 2.12.6.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.10.6&new-version=2.12.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 4.3.4.RELEASE to 5.3.18. Release notes Sourced from spring-webmvc's releases. v5.3.18 :star: New Features Restrict access to property paths on Class references #28261 Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask...

dependencies

![image](https://user-images.githubusercontent.com/49977991/149308541-2666fa65-f766-4abc-ac56-b72b5a66466e.png) ![image](https://user-images.githubusercontent.com/49977991/149308613-6bb0fe6c-0dde-4d81-b1e3-7b20c4179a4c.png) ![image](https://user-images.githubusercontent.com/49977991/149308704-bd7af85f-2459-45c8-8254-c840fe3cbfe7.png) 出错原因:path 已经是 "classpath:" 开头(已实测, 已解决) 大佬能不能加个判断,谢谢,方便后面的人

help wanted

请教作者一个问题:发起支付的代码示例只看到了 ``` // 获取支付所需的信息 Map directOrderInfo = aliPayService.orderInfo(payOrder); //获取表单提交对应的字符串,将其序列化到页面即可, String directHtml = aliPayService.buildRequest(directOrderInfo, MethodType.POST) ``` 这样的代码,按照文档是直接返回页面,但是如果我想知道支付调取成功或者失败的结果,如何得知?比如支付宝官方文档是这样获取的: ``` request.setBizContent(bizContent.toString()); AlipayTradeWapPayResponse response = alipayClient.pageExecute(request); if(response.isSuccess()){ System.out.println("调用成功"); } else { System.out.println("调用失败"); } ```...

help wanted

请问大佬,paypal的sandbox环境配置后端回调接口是在webhooks里配置吗?sandbox环境的地址必须是是https的吗?http不可以吗?我支付了之后前端跳转了页面,但是后端没有被调用。

优化

在jdk11使用出现错误 支付错误: errcode=IOException, errmsg=class org.bouncycastle.jcajce.provider.asymmetric.edec.BCXDHPublicKey cannot be cast to class java.security.interfaces.XECPublicKey (org.bouncycastle.jcajce.provider.asymmetric.edec.BCXDHPublicKey is in unnamed module of loader org.springframework.boot.loader.LaunchedURLClassLoader @377dca04; java.security.interfaces.XECPublicKey is in module java.base of loader 'bootstrap')