BlikPayment extends AbstractStripeLocalPayment
in package

Class AbstractLocalStripePayment

Table of Contents

Properties

$payment_method  : WC_Payment_Gateway_Stripe
$assets_api  : mixed
$name  : mixed
$payment_gateway  : WC_Payment_Gateway_Stripe

Methods

__construct()  : mixed
__get()  : mixed
enqueue_payment_method_styles()  : mixed
get_cart_extension_data()  : mixed
get_endpoint_data()  : mixed
get_payment_method_data()  : mixed
get_payment_method_script_handles()  : mixed
get_supported_features()  : mixed
initialize()  : mixed
is_active()  : mixed
transform_payment_method_type()  : mixed
Blocks only recognize payment tokens of type 'cc' therefore it's necessary to map the 'stripe_cc' list entry to 'cc'.
get_payment_method_icon()  : mixed
get_script_translations()  : mixed
get_source_return_url()  : mixed
init()  : mixed
is_cart_checkout_enabled()  : mixed
is_express_checkout_enabled()  : bool
Return true if the express checkout option is enabled for the payment method.
payment_method()  : mixed

Properties

Methods

transform_payment_method_type()

Blocks only recognize payment tokens of type 'cc' therefore it's necessary to map the 'stripe_cc' list entry to 'cc'.

public transform_payment_method_type(mixed $list) : mixed
Parameters
$list : mixed

        
On this page

Search results