File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed
content/developer/reference/standard_modules/payment Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,21 @@ Payment Provider
6
6
7
7
.. autoclass :: odoo.addons.payment.models.payment_provider.PaymentProvider()
8
8
9
+ .. automethod :: _build_request_auth
10
+ .. automethod :: _build_request_headers
11
+ .. automethod :: _build_request_url
9
12
.. automethod :: _compute_feature_support_fields
13
+ .. automethod :: _get_code
10
14
.. automethod :: _get_compatible_providers
15
+ .. automethod :: _get_default_payment_method_codes
11
16
.. automethod :: _get_redirect_form_view
17
+ .. automethod :: _get_provider_domain
18
+ .. automethod :: _get_removal_values
19
+ .. automethod :: _get_supported_currencies
12
20
.. automethod :: _get_validation_amount
13
21
.. automethod :: _get_validation_currency
14
22
.. automethod :: _is_tokenization_required
23
+ .. automethod :: _parse_response_content
24
+ .. automethod :: _parse_response_error
25
+ .. automethod :: _send_api_request
15
26
.. automethod :: _should_build_inline_form
16
- .. automethod :: _get_removal_values
Original file line number Diff line number Diff line change @@ -6,15 +6,18 @@ Payment Transaction
6
6
7
7
.. autoclass :: odoo.addons.payment.models.payment_transaction::PaymentTransaction()
8
8
9
+ .. automethod :: _apply_updates
9
10
.. automethod :: _compute_reference
10
11
.. automethod :: _compute_reference_prefix
12
+ .. automethod :: _extract_amount_data
13
+ .. automethod :: _extract_reference
14
+ .. automethod :: _extract_token_values
11
15
.. automethod :: _get_specific_create_values
12
16
.. automethod :: _get_specific_processing_values
13
17
.. automethod :: _get_specific_rendering_values
14
- .. automethod :: _get_tx_from_notification_data
15
- .. automethod :: _handle_notification_data
16
- .. automethod :: _compare_notification_data
17
- .. automethod :: _process_notification_data
18
+ .. automethod :: _process
19
+ .. automethod :: _search_by_reference
20
+ .. automethod :: _send_api_request
18
21
.. automethod :: _send_capture_request
19
22
.. automethod :: _send_payment_request
20
23
.. automethod :: _send_refund_request
You can’t perform that action at this time.
0 commit comments