This repository was archived by the owner on Feb 23, 2021. It is now read-only.
Commit 27b58ec
committed
pay: correct check for payment error on payment attempt
Previously, we checked against a null value, while within the proto
itself, the error is actually a string. To fix this, we properly check
against an empty string. With this commit, payment errors will now
properly display.1 parent 21b1570 commit 27b58ec
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments