File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
content/developer/reference/standard_modules/payment Expand file tree Collapse file tree 2 files changed +16
-2
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,19 @@ Payment Transaction
6
6
7
7
.. autoclass :: odoo.addons.payment.models.payment_transaction::PaymentTransaction()
8
8
9
+ .. automethod :: _compare_notification_data
9
10
.. automethod :: _compute_reference
10
11
.. automethod :: _compute_reference_prefix
12
+ .. automethod :: _get_ref_from_tx_notification_data
11
13
.. automethod :: _get_specific_create_values
12
14
.. automethod :: _get_specific_processing_values
13
15
.. automethod :: _get_specific_rendering_values
16
+ .. automethod :: _get_specific_secret_keys
14
17
.. automethod :: _get_tx_from_notification_data
15
18
.. automethod :: _handle_notification_data
16
- .. automethod :: _compare_notification_data
19
+ .. automethod :: _prepare_domain_tx_from_reference
17
20
.. automethod :: _process_notification_data
21
+ .. automethod :: _send_api_request
18
22
.. automethod :: _send_capture_request
19
23
.. automethod :: _send_payment_request
20
24
.. automethod :: _send_refund_request
You can’t perform that action at this time.
0 commit comments