Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
4809 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

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

Avatar
Zrušit

just noticed that date after posted an answer.

Nejlepší odpověď

 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. 

 

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
3
led 25
3423
2
čvn 25
2079
1
čvc 24
1689
2
čvn 25
5978
1
led 24
4668