11 | 0.1613 | 20655216 | WC_Payment_Gateway_WCPay->__construct( $payments_api_client = class WC_Payments_API_Client { private $user_agent = 'WooCommerce Payments/9.1.0'; private $http_client = class WC_Payments_Http { private $connection_manager = class Automattic\Jetpack\Connection\Manager { ... } }; private $wcpay_db = class WC_Payments_DB { } }, $account = class WC_Payments_Account { private $payments_api_client = class WC_Payments_API_Client { private $user_agent = 'WooCommerce Payments/9.1.0'; private $http_client = class WC_Payments_Http { ... }; private $wcpay_db = class WC_Payments_DB { ... } }; private $database_cache = class WCPay\Database_Cache { private $refresh_disabled = FALSE; private $in_memory_cache = [...] }; private $action_scheduler_service = class WC_Payments_Action_Scheduler_Service { private $payments_api_client = class WC_Payments_API_Client { ... }; private $order_service = class WC_Payments_Order_Service { ... }; private $compatibility_service = class WCPay\Compatibility_Service { ... } }; private $onboarding_service = class WC_Payments_Onboarding_Service { private $payments_api_client = class WC_Payments_API_Client { ... }; private $database_cache = class WCPay\Database_Cache { ... }; private $session_service = class WC_Payments_Session_Service { ... } }; private $redirect_service = class WC_Payments_Redirect_Service { private $payments_api_client = class WC_Payments_API_Client { ... } } }, $customer_service = class WC_Payments_Customer_Service { private $payments_api_client = class WC_Payments_API_Client { private $user_agent = 'WooCommerce Payments/9.1.0'; private $http_client = class WC_Payments_Http { ... }; private $wcpay_db = class WC_Payments_DB { ... } }; private $account = class WC_Payments_Account { private $payments_api_client = class WC_Payments_API_Client { ... }; private $database_cache = class WCPay\Database_Cache { ... }; private $action_scheduler_service = class WC_Payments_Action_Scheduler_Service { ... }; private $onboarding_service = class WC_Payments_Onboarding_Service { ... }; private $redirect_service = class WC_Payments_Redirect_Service { ... } }; private $database_cache = class WCPay\Database_Cache { private $refresh_disabled = FALSE; private $in_memory_cache = [...] }; private $session_service = class WC_Payments_Session_Service { private $payments_api_client = class WC_Payments_API_Client { ... } }; private $order_service = class WC_Payments_Order_Service { protected $api_client = class WC_Payments_API_Client { ... } } }, $token_service = class WC_Payments_Token_Service { private $payments_api_client = class WC_Payments_API_Client { private $user_agent = 'WooCommerce Payments/9.1.0'; private $http_client = class WC_Payments_Http { ... }; private $wcpay_db = class WC_Payments_DB { ... } }; private $customer_service = class WC_Payments_Customer_Service { private $payments_api_client = class WC_Payments_API_Client { ... }; private $account = class WC_Payments_Account { ... }; private $database_cache = class WCPay\Database_Cache { ... }; private $session_service = class WC_Payments_Session_Service { ... }; private $order_service = class WC_Payments_Order_Service { ... } } }, $action_scheduler_service = class WC_Payments_Action_Scheduler_Service { private $payments_api_client = class WC_Payments_API_Client { private $user_agent = 'WooCommerce Payments/9.1.0'; private $http_client = class WC_Payments_Http { ... }; private $wcpay_db = class WC_Payments_DB { ... } }; private $order_service = class WC_Payments_Order_Service { protected $api_client = class WC_Payments_API_Client { ... } }; private $compatibility_service = class WCPay\Compatibility_Service { private $payments_api_client = class WC_Payments_API_Client { ... } } }, $payment_method = class WCPay\Payment_Methods\Multibanco_Payment_Method { protected $definition = NULL; protected $stripe_id = 'multibanco'; protected $title = 'Multibanco'; protected $is_reusable = FALSE; protected $token_service = class WC_Payments_Token_Service { private $payments_api_client = class WC_Payments_API_Client { ... }; private $customer_service = class WC_Payments_Customer_Service { ... } }; protected $currencies = [0 => 'EUR']; protected $accept_only_domestic_payment = FALSE; protected $limits_per_currency = []; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/multibanco-logo.svg'; protected $dark_icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/multibanco-logo-dark.svg'; protected $is_bnpl = FALSE; protected $countries = [0 => 'PT'] }, $payment_methods = ['card' => class WCPay\Payment_Methods\CC_Payment_Method { protected $definition = NULL; protected $stripe_id = 'card'; protected $title = NULL; protected $is_reusable = TRUE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = FALSE; protected $limits_per_currency = [...]; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/generic-card.svg'; protected $dark_icon_url = NULL; protected $is_bnpl = FALSE; protected $countries = [...] }, 'bancontact' => class WCPay\Payment_Methods\Bancontact_Payment_Method { protected $definition = NULL; protected $stripe_id = 'bancontact'; protected $title = 'Bancontact'; protected $is_reusable = FALSE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = FALSE; protected $limits_per_currency = [...]; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/bancontact.svg'; protected $dark_icon_url = NULL; protected $is_bnpl = FALSE; protected $countries = [...] }, 'sepa_debit' => class WCPay\Payment_Methods\Sepa_Payment_Method { protected $definition = NULL; protected $stripe_id = 'sepa_debit'; protected $title = 'SEPA Direct Debit'; protected $is_reusable = FALSE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = FALSE; protected $limits_per_currency = [...]; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/sepa-debit.svg'; protected $dark_icon_url = NULL; protected $is_bnpl = FALSE; protected $countries = [...] }, 'giropay' => class WCPay\Payment_Methods\Giropay_Payment_Method { protected $definition = NULL; protected $stripe_id = 'giropay'; protected $title = 'giropay'; protected $is_reusable = FALSE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = FALSE; protected $limits_per_currency = [...]; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/giropay.svg'; protected $dark_icon_url = NULL; protected $is_bnpl = FALSE; protected $countries = [...] }, 'sofort' => class WCPay\Payment_Methods\Sofort_Payment_Method { protected $definition = NULL; protected $stripe_id = 'sofort'; protected $title = 'Sofort'; protected $is_reusable = FALSE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = FALSE; protected $limits_per_currency = [...]; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/sofort.svg'; protected $dark_icon_url = NULL; protected $is_bnpl = FALSE; protected $countries = [...] }, 'p24' => class WCPay\Payment_Methods\P24_Payment_Method { protected $definition = NULL; protected $stripe_id = 'p24'; protected $title = 'Przelewy24 (P24)'; protected $is_reusable = FALSE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = FALSE; protected $limits_per_currency = [...]; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/p24.svg'; protected $dark_icon_url = NULL; protected $is_bnpl = FALSE; protected $countries = [...] }, 'ideal' => class WCPay\Payment_Methods\Ideal_Payment_Method { protected $definition = NULL; protected $stripe_id = 'ideal'; protected $title = 'iDEAL'; protected $is_reusable = FALSE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = FALSE; protected $limits_per_currency = [...]; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/ideal.svg'; protected $dark_icon_url = NULL; protected $is_bnpl = FALSE; protected $countries = [...] }, 'au_becs_debit' => class WCPay\Payment_Methods\Becs_Payment_Method { protected $definition = NULL; protected $stripe_id = 'au_becs_debit'; protected $title = 'BECS Direct Debit'; protected $is_reusable = FALSE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = FALSE; protected $limits_per_currency = [...]; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/bank-debit.svg'; protected $dark_icon_url = NULL; protected $is_bnpl = FALSE; protected $countries = [...] }, 'eps' => class WCPay\Payment_Methods\Eps_Payment_Method { protected $definition = NULL; protected $stripe_id = 'eps'; protected $title = 'EPS'; protected $is_reusable = FALSE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = FALSE; protected $limits_per_currency = [...]; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/eps.svg'; protected $dark_icon_url = NULL; protected $is_bnpl = FALSE; protected $countries = [...] }, 'link' => class WCPay\Payment_Methods\Link_Payment_Method { protected $definition = NULL; protected $stripe_id = 'link'; protected $title = NULL; protected $is_reusable = TRUE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = FALSE; protected $limits_per_currency = [...]; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/link.svg'; protected $dark_icon_url = NULL; protected $is_bnpl = FALSE; protected $countries = [...] }, 'affirm' => class WCPay\Payment_Methods\Affirm_Payment_Method { protected $definition = NULL; protected $stripe_id = 'affirm'; protected $title = NULL; protected $is_reusable = FALSE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = TRUE; protected $limits_per_currency = [...]; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/affirm-logo.svg'; protected $dark_icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/affirm-logo-dark.svg'; protected $is_bnpl = TRUE; protected $countries = [...] }, 'afterpay_clearpay' => class WCPay\Payment_Methods\Afterpay_Payment_Method { protected $definition = NULL; protected $stripe_id = 'afterpay_clearpay'; protected $title = NULL; protected $is_reusable = FALSE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = TRUE; protected $limits_per_currency = [...]; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/afterpay-logo.svg'; protected $dark_icon_url = NULL; protected $is_bnpl = TRUE; protected $countries = [...] }, 'klarna' => class WCPay\Payment_Methods\Klarna_Payment_Method { protected $definition = NULL; protected $stripe_id = 'klarna'; protected $title = NULL; protected $is_reusable = FALSE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = TRUE; protected $limits_per_currency = [...]; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/klarna-pill.svg'; protected $dark_icon_url = NULL; protected $is_bnpl = TRUE; protected $countries = [...] }, 'multibanco' => class WCPay\Payment_Methods\Multibanco_Payment_Method { protected $definition = NULL; protected $stripe_id = 'multibanco'; protected $title = 'Multibanco'; protected $is_reusable = FALSE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = FALSE; protected $limits_per_currency = [...]; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/multibanco-logo.svg'; protected $dark_icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/multibanco-logo-dark.svg'; protected $is_bnpl = FALSE; protected $countries = [...] }, 'grabpay' => class WCPay\Payment_Methods\Grabpay_Payment_Method { protected $definition = NULL; protected $stripe_id = 'grabpay'; protected $title = NULL; protected $is_reusable = FALSE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = TRUE; protected $limits_per_currency = [...]; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/grabpay.svg'; protected $dark_icon_url = NULL; protected $is_bnpl = FALSE; protected $countries = [...] }, 'wechat_pay' => class WCPay\Payment_Methods\Wechatpay_Payment_Method { protected $definition = NULL; protected $stripe_id = 'wechat_pay'; protected $title = NULL; protected $is_reusable = FALSE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = FALSE; protected $limits_per_currency = [...]; protected $icon_url = 'https://vibeautogroup.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/wechat-pay.svg'; protected $dark_icon_url = NULL; protected $is_bnpl = FALSE; protected $countries = [...] }, 'alipay' => class WCPay\Payment_Methods\UPE_Payment_Method { protected $definition = 'WCPay\\PaymentMethods\\Configs\\Definitions\\AlipayDefinition'; protected $stripe_id = 'alipay_payments'; protected $title = NULL; protected $is_reusable = FALSE; protected $token_service = class WC_Payments_Token_Service { ... }; protected $currencies = [...]; protected $accept_only_domestic_payment = FALSE; protected $limits_per_currency = [...]; protected $icon_url = NULL; protected $dark_icon_url = NULL; protected $is_bnpl = FALSE; protected $countries = [...] }], $order_service = class WC_Payments_Order_Service { protected $api_client = class WC_Payments_API_Client { private $user_agent = 'WooCommerce Payments/9.1.0'; private $http_client = class WC_Payments_Http { ... }; private $wcpay_db = class WC_Payments_DB { ... } } }, $duplicate_payment_prevention_service = class WCPay\Duplicate_Payment_Prevention_Service { protected $order_service = NULL; protected $gateway = NULL }, $localization_service = class WC_Payments_Localization_Service { protected $currency_format = ['EUR' => [...], 'AED' => [...], 'AFN' => [...], 'XCD' => [...], 'ALL' => [...], 'AMD' => [...], 'AOA' => [...], 'ARS' => [...], 'USD' => [...], 'AUD' => [...], 'AWG' => [...], 'AZN' => [...], 'BAM' => [...], 'BBD' => [...], 'BDT' => [...], 'XOF' => [...], 'BGN' => [...], 'BHD' => [...], 'BIF' => [...], 'BMD' => [...], 'BND' => [...], 'BOB' => [...], 'BRL' => [...], 'BSD' => [...], 'BTN' => [...], 'BWP' => [...], 'BYN' => [...], 'BZD' => [...], 'CAD' => [...], 'CDF' => [...], 'XAF' => [...], 'CHF' => [...], 'NZD' => [...], 'CLP' => [...], 'CNY' => [...], 'COP' => [...], 'CRC' => [...], 'CUC' => [...], 'CVE' => [...], 'ANG' => [...], 'CZK' => [...], 'DJF' => [...], 'DKK' => [...], 'DOP' => [...], 'DZD' => [...], 'EGP' => [...], 'MAD' => [...], 'ERN' => [...], 'ETB' => [...], 'FJD' => [...], 'FKP' => [...], 'GBP' => [...], 'GEL' => [...], 'GHS' => [...], 'GIP' => [...], 'GMD' => [...], 'GNF' => [...], 'GTQ' => [...], 'GYD' => [...], 'HKD' => [...], 'HNL' => [...], 'HUF' => [...], 'IDR' => [...], 'ILS' => [...], 'INR' => [...], 'IQD' => [...], 'IRR' => [...], 'ISK' => [...], 'JMD' => [...], 'JOD' => [...], 'JPY' => [...], 'KES' => [...], 'KGS' => [...], 'KHR' => [...], 'KMF' => [...], 'KPW' => [...], 'KRW' => [...], 'KWD' => [...], 'KYD' => [...], 'KZT' => [...], 'LAK' => [...], 'LBP' => [...], 'LKR' => [...], 'LRD' => [...], 'LSL' => [...], 'LYD' => [...], 'MDL' => [...], 'MGA' => [...], 'MKD' => [...], 'MMK' => [...], 'MNT' => [...], 'MOP' => [...], 'MRU' => [...], 'MUR' => [...], 'MWK' => [...], 'MXN' => [...], 'MYR' => [...], 'MZN' => [...], 'NAD' => [...], 'XPF' => [...], 'NGN' => [...], 'NIO' => [...], 'NOK' => [...], 'NPR' => [...], 'OMR' => [...], 'PEN' => [...], 'PGK' => [...], 'PHP' => [...], 'PKR' => [...], 'PLN' => [...], 'PYG' => [...], 'QAR' => [...], 'RON' => [...], 'RSD' => [...], 'RUB' => [...], 'RWF' => [...], 'SAR' => [...], 'SBD' => [...], 'SCR' => [...], 'SDG' => [...], 'SEK' => [...], 'SGD' => [...], 'SHP' => [...], 'SLL' => [...], 'SOS' => [...], 'SRD' => [...], 'SSP' => [...], 'STN' => [...], ...]; protected $locale_info = ['AD' => [...], 'AE' => [...], 'AF' => [...], 'AG' => [...], 'AI' => [...], 'AL' => [...], 'AM' => [...], 'AO' => [...], 'AR' => [...], 'AS' => [...], 'AT' => [...], 'AU' => [...], 'AW' => [...], 'AX' => [...], 'AZ' => [...], 'BA' => [...], 'BB' => [...], 'BD' => [...], 'BE' => [...], 'BF' => [...], 'BG' => [...], 'BH' => [...], 'BI' => [...], 'BJ' => [...], 'BL' => [...], 'BM' => [...], 'BN' => [...], 'BO' => [...], 'BQ' => [...], 'BR' => [...], 'BS' => [...], 'BT' => [...], 'BW' => [...], 'BY' => [...], 'BZ' => [...], 'CA' => [...], 'CC' => [...], 'CD' => [...], 'CF' => [...], 'CG' => [...], 'CH' => [...], 'CI' => [...], 'CK' => [...], 'CL' => [...], 'CM' => [...], 'CN' => [...], 'CO' => [...], 'CR' => [...], 'CU' => [...], 'CV' => [...], 'CW' => [...], 'CX' => [...], 'CY' => [...], 'CZ' => [...], 'DE' => [...], 'DG' => [...], 'DJ' => [...], 'DK' => [...], 'DM' => [...], 'DO' => [...], 'DZ' => [...], 'EA' => [...], 'EC' => [...], 'EE' => [...], 'EG' => [...], 'EH' => [...], 'ER' => [...], 'ES' => [...], 'ET' => [...], 'FI' => [...], 'FJ' => [...], 'FK' => [...], 'FM' => [...], 'FO' => [...], 'FR' => [...], 'GA' => [...], 'GB' => [...], 'GD' => [...], 'GE' => [...], 'GF' => [...], 'GG' => [...], 'GH' => [...], 'GI' => [...], 'GL' => [...], 'GM' => [...], 'GN' => [...], 'GP' => [...], 'GQ' => [...], 'GR' => [...], 'GT' => [...], 'GU' => [...], 'GW' => [...], 'GY' => [...], 'HK' => [...], 'HN' => [...], 'HR' => [...], 'HT' => [...], 'HU' => [...], 'IC' => [...], 'ID' => [...], 'IE' => [...], 'IL' => [...], 'IM' => [...], 'IN' => [...], 'IO' => [...], 'IQ' => [...], 'IR' => [...], 'IS' => [...], 'IT' => [...], 'JE' => [...], 'JM' => [...], 'JO' => [...], 'JP' => [...], 'KE' => [...], 'KG' => [...], 'KH' => [...], 'KI' => [...], 'KM' => [...], 'KN' => [...], 'KP' => [...], 'KR' => [...], 'KW' => [...], 'KY' => [...], 'KZ' => [...], 'LA' => [...], 'LB' => [...], 'LC' => [...], 'LI' => [...], ...] }, $fraud_service = class WC_Payments_Fraud_Service { private $payments_api_client = class WC_Payments_API_Client { private $user_agent = 'WooCommerce Payments/9.1.0'; private $http_client = class WC_Payments_Http { ... }; private $wcpay_db = class WC_Payments_DB { ... } }; private $account = class WC_Payments_Account { private $payments_api_client = class WC_Payments_API_Client { ... }; private $database_cache = class WCPay\Database_Cache { ... }; private $action_scheduler_service = class WC_Payments_Action_Scheduler_Service { ... }; private $onboarding_service = class WC_Payments_Onboarding_Service { ... }; private $redirect_service = class WC_Payments_Redirect_Service { ... } }; private $customer_service = class WC_Payments_Customer_Service { private $payments_api_client = class WC_Payments_API_Client { ... }; private $account = class WC_Payments_Account { ... }; private $database_cache = class WCPay\Database_Cache { ... }; private $session_service = class WC_Payments_Session_Service { ... }; private $order_service = class WC_Payments_Order_Service { ... } }; private $session_service = class WC_Payments_Session_Service { private $payments_api_client = class WC_Payments_API_Client { ... } }; private $database_cache = class WCPay\Database_Cache { private $refresh_disabled = FALSE; private $in_memory_cache = [...] } }, $duplicate_payment_methods_detection_service = class WCPay\Duplicates_Detection_Service { private $registered_gateways = NULL; private $gateways_qualified_by_duplicates_detector = [] }, $failed_transaction_rate_limiter = class WCPay\Session_Rate_Limiter { protected $key = 'wcpay_card_declined_registry'; protected $threshold = 5; protected $delay = 600 } ) | .../class-wc-payments.php:612 |