跳至內容
選單
此問題已被標幟
2 回覆
4878 瀏覽次數

Hi All,

have made a module for new payment gateway integration and so far that is working fine.It can successfully creates quotation on sales after complete the payments.But we can see that shopping cart is no clearing once completed the payment.This means that Odoo cannot find out that order was completed with payments? or is there anything else that we need to do for this shopping cart issue?

Or is it because of not going through these URLs on controller class?

class PaymentController(http.Controller):

_notify_url = '/payment/gatewayname/ipn/'

_return_url = '/payment/gatewayname/dpn/'

Thanks

頭像
捨棄
最佳答案

Thanks F.P. your interesting about this topic after long time.We have already developed the module.

頭像
捨棄

just noticed that date after posted an answer.

最佳答案

 copied from another payment module to implement yours?

you probably skip some step which are needed for validation of payment that marks SO as paid. 

 

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
3
1月 25
4220
2
6月 25
2200
1
7月 24
1780
2
6月 25
6173
1
1月 24
4840