我想了解 instamojo 支付网关与 SpringMvc 的集成,我无法找到支付链接的重定向代码我有 github 的代码 https://github.com/Instamojo/instamojo-java缺少重定向代码PaymentOrder order = new PaymentOrder();order.setName("John Smith");order.setEmail("john.smith@gmail.com");order.setPhone("12345678790");order.setCurrency("INR");order.setAmount(9D);order.setDescription("This is a test transaction.");order.setRedirectUrl("http://www.someexample.com");order.setWebhookUrl("http://www.someurl.com/");order.setTransactionId("dxg234");订购代码在这里,但缺少重定向代码。提前致谢。我希望任何已经集成它的人都可以帮助我。
1 回答

长风秋雁
TA贡献1757条经验 获得超7个赞
我在 github 中有适当的工作代码,您可以下载代码并完成工作。
https://github.com/s4satishverma/instamojo-java
如有任何问题,您也可以关注此 youtube 视频。 https://www.youtube.com/watch?v=u1zSSdBl7uA&t=4s
这将为您逐步整合
添加回答
举报
0/150
提交
取消