-
- Downloads
[IMP] payment_authorize: integration with accept js
add accept js of authorize.net to make s2s flow pci compliance after clicking on pay now button, one popup display with card inputs popup is provided by a authorize with all validation facilities After submitting details, payment flow is - get the temp token information from authorize - create a token with that temp token information in odoo - make a request to authorize for charge - after successful request, payment will be charged for that card task- 2025821
Showing
- addons/payment_authorize/controllers/main.py 0 additions, 13 deletionsaddons/payment_authorize/controllers/main.py
- addons/payment_authorize/data/payment_acquirer_data.xml 1 addition, 0 deletionsaddons/payment_authorize/data/payment_acquirer_data.xml
- addons/payment_authorize/models/authorize_request.py 22 additions, 6 deletionsaddons/payment_authorize/models/authorize_request.py
- addons/payment_authorize/models/payment.py 16 additions, 57 deletionsaddons/payment_authorize/models/payment.py
- addons/payment_authorize/static/src/js/payment_form.js 153 additions, 0 deletionsaddons/payment_authorize/static/src/js/payment_form.js
- addons/payment_authorize/views/payment_authorize_templates.xml 10 additions, 18 deletions...s/payment_authorize/views/payment_authorize_templates.xml
- addons/payment_authorize/views/payment_views.xml 5 additions, 0 deletionsaddons/payment_authorize/views/payment_views.xml
Loading
Please register or sign in to comment