snippet to change statement_descriptor
-
hi I am trying to change the statement descriptor because my stripe account is used for more than one blog – is this code correct ? thanks
add_filter('wc_stripe_checkout_session_args', function ($checkoutArgs, $submission) { $descriptor = 'my descriptor'; $checkoutArgs['statement_descriptor'] = $descriptor; return $checkoutArgs; }, 1, 2);
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘snippet to change statement_descriptor’ is closed to new replies.