adding new invoices.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user