WC_Stripe_Payment_Factory
in package
Tags
Table of Contents
Properties
- $classes : mixed
Methods
- load() : mixed
Properties
$classes
private
static mixed
$classes
= array('charge' => 'WC_Stripe_Payment_Charge', 'payment_intent' => 'WC_Stripe_Payment_Intent', 'local_charge' => 'WC_Stripe_Payment_Charge_Local')
Methods
load()
public
static load(string $type, WC_Payment_Gateway_Stripe $payment_method, WC_Stripe_Gateway $gateway) : mixed
Parameters
- $type : string
- $payment_method : WC_Payment_Gateway_Stripe
- $gateway : WC_Stripe_Gateway