Skip to content

Commit 90209a3

Browse files
committed
Create UpdateSuccess.txt
1 parent b504239 commit 90209a3

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
HTTP/1.1 200 OK
2+
Server: nginx
3+
Date: Tue, 26 Feb 2013 16:11:12 GMT
4+
Content-Type: application/json;charset=utf-8
5+
Content-Length: 694
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+
"object": "customer",
13+
"created": 1365771516,
14+
"id": "cus_1MZeNih5LdKxDq",
15+
"livemode": false,
16+
"description": "fdsa",
17+
"active_card": null,
18+
"email": null,
19+
"delinquent": false,
20+
"subscription": null,
21+
"discount": null,
22+
"account_balance": 0
23+
}

0 commit comments

Comments
 (0)