Skip to content

Commit b504239

Browse files
committed
Create UpdateFailure.txt
1 parent c5b886e commit b504239

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
HTTP/1.1 404 Not Found
2+
Server: nginx
3+
Date: Tue, 26 Feb 2013 16:32:51 GMT
4+
Content-Type: application/json;charset=utf-8
5+
Content-Length: 131
6+
Connection: keep-alive
7+
Access-Control-Max-Age: 300
8+
Access-Control-Allow-Credentials: true
9+
Cache-Control: no-cache, no-store
10+
11+
{
12+
"error": {
13+
"type": "invalid_request_error",
14+
"message": "No such customer: cus_1MZeNih5LdKxDq",
15+
"param": "id"
16+
}
17+
}

0 commit comments

Comments
 (0)