Skip to content

Commit

Permalink
Merge pull request #4273 from impress-org/issue/4266
Browse files Browse the repository at this point in the history
fix: remove space in link to Stripe webhooks documentation #4266
  • Loading branch information
mikejhale committed Oct 11, 2019
2 parents 9361978 + ec88653 commit bef3837
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ public function stripe_webhook_field( $value, $option_value ) {
echo sprintf(
/* translators: 1. Documentation on webhook setup. */
__( 'See our <a href="%1$s" target="_blank">documentation</a> for more information.', 'give' ),
esc_url_raw( 'http://docs.givewp.com/stripe-webhooks ' )
esc_url_raw( 'http://docs.givewp.com/stripe-webhooks' )
);
?>
</p>
Expand Down

0 comments on commit bef3837

Please sign in to comment.