We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fea937 + 677960a commit ced586aCopy full SHA for ced586a
1 file changed
payjp/http_client.py
@@ -55,15 +55,15 @@ def _handle_request_error(self, e):
55
msg = (
56
"Unexpected error communicating with Payjp. "
57
"If this problem persists, let us know at "
58
- "support@payjp.com."
+ "support@pay.jp."
59
)
60
err = "%s: %s" % (type(e).__name__, str(e))
61
else:
62
63
64
"It looks like there's probably a configuration "
65
"issue locally. If this problem persists, let us "
66
- "know at support@payjp.com."
+ "know at support@pay.jp."
67
68
err = "A %s was raised" % (type(e).__name__,)
69
if str(e):
0 commit comments