Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
4820 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć

just noticed that date after posted an answer.

Najlepsza odpowiedź

 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. 

 

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
3
sty 25
3479
2
cze 25
2110
1
lip 24
1705
2
cze 25
6031
1
sty 24
4704