fix #532
This commit is contained in:
parent
0916cc6119
commit
fe1850589d
|
@ -91,7 +91,7 @@
|
||||||
[hash password callback]
|
[hash password callback]
|
||||||
(log/debug :complete-transaction (boolean status) hash password)
|
(log/debug :complete-transaction (boolean status) hash password)
|
||||||
(when status
|
(when status
|
||||||
(call-module #(.completeTransaction status hash password callback))))
|
(call-module #(.completeTransaction status (str hash) password callback))))
|
||||||
|
|
||||||
(defn discard-transaction
|
(defn discard-transaction
|
||||||
[id]
|
[id]
|
||||||
|
|
Loading…
Reference in New Issue