diff options
| author | Wes Bos <wesbos@gmail.com> | 2017-08-25 09:33:53 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2017-08-25 09:33:53 -0400 |
| commit | 7af74ff8988961c988f03c95961b70c2918521ae (patch) | |
| tree | d73cd0dd94751b76595b7febcae4162811c2040b /functions/createCharge.test.js | |
| parent | 416c2cbae0e69b724876d232bf813eefd7550174 (diff) | |
yay
Diffstat (limited to 'functions/createCharge.test.js')
| -rw-r--r-- | functions/createCharge.test.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/functions/createCharge.test.js b/functions/createCharge.test.js index 18e13ba..65dde47 100644 --- a/functions/createCharge.test.js +++ b/functions/createCharge.test.js @@ -2,11 +2,8 @@ const takeMoney = require('./createCharge'); const event = { "data": { - "amount": 5, - "createdAt": "2017-08-08T19:48:39.436Z", - "id": "cj6400x3g00003i5zufoucron", + "user": "cj6ntm8qic3260140vkuzif9d", "token": "tok_visa", - "updatedAt": "2017-08-08T19:48:39.436Z" }, "context": { "headers": {} |
