Skip to content

Commit ced586a

Browse files
authored
Merge pull request #31 from payjp/chris/correct-email-address
2 parents 6fea937 + 677960a commit ced586a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

payjp/http_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ def _handle_request_error(self, e):
5555
msg = (
5656
"Unexpected error communicating with Payjp. "
5757
"If this problem persists, let us know at "
58-
"support@payjp.com."
58+
"support@pay.jp."
5959
)
6060
err = "%s: %s" % (type(e).__name__, str(e))
6161
else:
6262
msg = (
6363
"Unexpected error communicating with Payjp. "
6464
"It looks like there's probably a configuration "
6565
"issue locally. If this problem persists, let us "
66-
"know at support@payjp.com."
66+
"know at support@pay.jp."
6767
)
6868
err = "A %s was raised" % (type(e).__name__,)
6969
if str(e):

0 commit comments

Comments
 (0)