Commit 871daf2c by CaIon

fix epay bug

parent 7e5ad052
......@@ -69,7 +69,7 @@ const TopUp = () => {
const res = await API.post('/api/user/pay', {
amount: parseInt(topUpCount),
top_up_code: topUpCode,
PaymentMethod: payWay
payment_method: payWay
});
if (res !== undefined) {
const {message, data} = res.data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment