Skip to content

Commit

Permalink
fix epay bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Calcium-Ion committed Nov 24, 2023
1 parent 381c354 commit fe360c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/TopUp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fe360c0

Please sign in to comment.