Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
4901 Переглядів

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. 

 

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
3
січ. 25
4808
2
черв. 25
2313
1
лип. 24
1847
2
черв. 25
6292
1
січ. 24
4965