Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
4838 Weergaven

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
Annuleer
Beste antwoord

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

Avatar
Annuleer

just noticed that date after posted an answer.

Beste antwoord

 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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
3
jan. 25
3626
2
jun. 25
2150
1
jul. 24
1735
2
jun. 25
6082
1
jan. 24
4757