Deprecated

Table of Contents

includes/abstract/abstract-wc-payment-gateway-stripe-local-payment.php
includes/abstract/abstract-wc-payment-gateway-stripe.php
includes/abstract/abstract-wc-stripe-payment.php
includes/admin/class-wc-stripe-admin-settings.php
includes/class-stripe.php
includes/class-wc-stripe-field-manager.php
includes/class-wc-stripe-gateway.php
includes/class-wc-stripe-payment-intent.php
includes/gateways/class-wc-payment-gateway-stripe-ach.php
includes/gateways/class-wc-payment-gateway-stripe-payment-request.php
includes/traits/wc-stripe-payment-token-traits.php
includes/traits/wc-stripe-payment-traits.php
includes/wc-stripe-functions.php
packages/subscriptions/src/Controllers/PaymentIntent.php
src/Legacy/AbstractLegacyGateway.php

abstract-wc-payment-gateway-stripe-local-payment.php

Line Element Reason
194 WC_Payment_Gateway_Stripe_Local_Payment::get_element_params()
31 WC_Payment_Gateway_Stripe_Local_Payment::$local_payment_type

abstract-wc-payment-gateway-stripe.php

Line Element Reason
292 WC_Payment_Gateway_Stripe::get_localized_params()
749 WC_Payment_Gateway_Stripe::get_shipping_methods()
843 WC_Payment_Gateway_Stripe::set_payment_save_error()
892 WC_Payment_Gateway_Stripe::get_order_description()
1067 WC_Payment_Gateway_Stripe::output_display_items()
1085 WC_Payment_Gateway_Stripe::get_shipping_packages()

abstract-wc-stripe-payment.php

Line Element Reason
39 WC_Stripe_Payment::get_gateway()

class-wc-stripe-admin-settings.php

Line Element Reason
27 WC_Stripe_Admin_Settings::output_advanced_settings()
34 WC_Stripe_Admin_Settings::output_local_gateways()
41 WC_Stripe_Admin_Settings::output_custom_section()
50 WC_Stripe_Admin_Settings::save_local_gateway()
57 WC_Stripe_Admin_Settings::save_custom_section()
79 WC_Stripe_Admin_Settings::before_options()
91 WC_Stripe_Admin_Settings::get_email_settings()

class-stripe.php

Line Element Reason
133 WC_Stripe_Manager::init_rest_api()

class-wc-stripe-field-manager.php

Line Element Reason
14 WC_Stripe_Field_Manager
  • Use PaymentPlugins\Stripe\Checkout\ExpressCheckoutRenderer
78 WC_Stripe_Field_Manager::change_payment_request()
89 WC_Stripe_Field_Manager::pay_order_fields()
131 WC_Stripe_Field_Manager::output_needs_shipping()

class-wc-stripe-gateway.php

Line Element Reason
65 WC_Stripe_Gateway

class-wc-stripe-payment-intent.php

Line Element Reason
137 WC_Stripe_Payment_Intent::scheduled_subscription_payment()
150 WC_Stripe_Payment_Intent::process_pre_order_payment()

class-wc-payment-gateway-stripe-ach.php

Line Element Reason
194 WC_Payment_Gateway_Stripe_ACH::get_mandate_text()

class-wc-payment-gateway-stripe-payment-request.php

Line Element Reason
17 WC_Payment_Gateway_Stripe_Payment_Request
  • Now that Stripe's Google Pay integration is fully features across all browsers, the Payment Request Gateway would be redundant.

wc-stripe-payment-token-traits.php

Line Element Reason
24 WC_Payment_Token_Payment_Method_Trait::delete_from_stripe()

wc-stripe-payment-traits.php

Line Element Reason
154 WC_Stripe_Payment_Intent_Trait::handle_setup_intent_for_order()
163 WC_Stripe_Payment_Intent_Trait::process_pre_order()

wc-stripe-functions.php

Line Element Reason
187 wc_stripe_woocommerce_payment_token_deleted()
410 wc_stripe_get_display_items()
425 wc_stripe_get_shipping_options()
557 wc_stripe_get_local_payment_params()
907 wc_stripe_stash_cart()
1249 wc_stripe_get_current_page()

PaymentIntent.php

Line Element Reason
44 PaymentIntent::is_setup_intent_needed()

AbstractLegacyGateway.php

Line Element Reason
46 AbstractLegacyGateway::use_saved_source()
67 AbstractLegacyGateway::get_display_item_for_cart()
89 AbstractLegacyGateway::get_display_item_for_order()
110 AbstractLegacyGateway::get_display_item_for_product()
133 AbstractLegacyGateway::get_formatted_shipping_method()
154 AbstractLegacyGateway::enqueue_frontend_scripts()
167 AbstractLegacyGateway::enqueue_payment_method_styles()
182 AbstractLegacyGateway::enqueue_checkout_scripts()
197 AbstractLegacyGateway::enqueue_add_payment_method_scripts()
212 AbstractLegacyGateway::enqueue_cart_scripts()
227 AbstractLegacyGateway::enqueue_product_scripts()
241 AbstractLegacyGateway::enqueue_mini_cart_scripts()
251 AbstractLegacyGateway::get_mini_cart_dependencies()
260 AbstractLegacyGateway::get_new_source_id()
271 AbstractLegacyGateway::get_payment_source()
287 AbstractLegacyGateway::get_new_source_token()
299 AbstractLegacyGateway::get_saved_source_id()
355 AbstractLegacyGateway::get_method_formats()
366 AbstractLegacyGateway::process_change_payment_method_request()
376 AbstractLegacyGateway::process_subscription_payment_method_updated()
409 AbstractLegacyGateway::order_contains_pre_order()
420 AbstractLegacyGateway::pre_order_requires_tokenization()
430 AbstractLegacyGateway::process_pre_order()
468 AbstractLegacyGateway::process_pre_order_payment()
479 AbstractLegacyGateway::subscription_payment_meta()
490 AbstractLegacyGateway::scheduled_subscription_payment()
502 AbstractLegacyGateway::update_failing_payment_method()

Search results