瀏覽代碼

Adding webhook.json back in - lost it in a git messup

Ben Cox 11 年之前
父節點
當前提交
5f881ddc6b
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      test/fixtures/webhook.json

+ 10 - 0
test/fixtures/webhook.json

@@ -0,0 +1,10 @@
+{
+  "webhooks":{
+  "address":"http://www.yoloship.it/webhook",
+  "created_at":"2014-02-11T12:13:55-05:00",
+  "format":"json",
+  "id":123456,
+  "topic":"orders/create",
+  "updated_at":"2014-02-11T12:13:55-05:00"
+  }
+}