تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
4884 أدوات العرض

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
يناير 25
4402
2
يونيو 25
2218
1
يوليو 24
1789
2
يونيو 25
6190
1
يناير 24
4866