| 'payments', 'subsection' => $subsection, 'index' => $key, 'placeholder' => esc_html__( '--- Select Object Type ---', 'wpforms-lite' ), 'options' => [ 'customer' => esc_html__( 'Customer', 'wpforms-lite' ), 'payment' => esc_html__( 'Payment', 'wpforms-lite' ), ], 'input_class' => 'wpforms-panel-field-stripe-custom-metadata-object-type', ] ); ?> | 'payments', 'subsection' => $subsection, 'index' => $key, 'input_class' => implode( ' ', $meta_key_input_class ), ] ); ?> | 'payments', 'subsection' => $subsection, 'index' => $key, 'field_map' => $fields, 'placeholder' => esc_html__( '--- Select Meta Value ---', 'wpforms-lite' ), 'input_class' => 'wpforms-panel-field-stripe-custom-metadata-meta-value', ] ); ?> | ||