我想了解 instamojo 支付網關與 SpringMvc 的集成,我無法找到支付鏈接的重定向代碼我有 github 的代碼 https://github.com/Instamojo/instamojo-java缺少重定向代碼PaymentOrder order = new PaymentOrder();order.setName("John Smith");order.setEmail("[email protected]");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
提交
取消