Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
5145 Visualizzazioni

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
Abbandona
Risposta migliore

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

Avatar
Abbandona

just noticed that date after posted an answer.

Risposta migliore

 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
Abbandona
Post correlati Risposte Visualizzazioni Attività
3
set 25
8762
1
set 25
2695
1
lug 24
2262
2
giu 25
7048
1
gen 24
5645