Help for this page
sub _error { my ($self, $message) = @_; ... STDERR->print("Stripe Webhook Error: $message\n"); } }