(path, payload)
| 1815 | } |
| 1816 | |
| 1817 | async function callEfunApi(path, payload) { |
| 1818 | return api.post(`/payment/efun/${path}`, payload); |
| 1819 | } |
| 1820 | |
| 1821 | async function redeemEfunAndFill(showToast = true, overrideConfig = null) { |
| 1822 | const config = { |
no test coverage detected