diff --git a/payjp/http_client.py b/payjp/http_client.py index 6044e99..c5f4ba2 100644 --- a/payjp/http_client.py +++ b/payjp/http_client.py @@ -55,7 +55,7 @@ def _handle_request_error(self, e): msg = ( "Unexpected error communicating with Payjp. " "If this problem persists, let us know at " - "support@payjp.com." + "support@pay.jp." ) err = "%s: %s" % (type(e).__name__, str(e)) else: @@ -63,7 +63,7 @@ def _handle_request_error(self, e): "Unexpected error communicating with Payjp. " "It looks like there's probably a configuration " "issue locally. If this problem persists, let us " - "know at support@payjp.com." + "know at support@pay.jp." ) err = "A %s was raised" % (type(e).__name__,) if str(e):