adding new invoices.

This commit is contained in:
Bryce Covert
2017-12-10 08:20:59 -08:00
parent 87b89b3528
commit 59a0c40beb
7 changed files with 94 additions and 5 deletions

View File

@@ -14,9 +14,11 @@
(re-frame/reg-fx
:http
(fn [{:keys [method uri on-success]}]
(fn [{:keys [method uri on-success body headers]}]
(go
(->> (http/request {:method method
:body body
:headers headers
:url uri})
(<! )
:body