"frontend/src/components/vscode:/vscode.git/clone" did not exist on "3fe4fd4c35142f6319a2aa0d29892b4b790147cb"
fix(payment): show full amount breakdown on payment result page
- Show base amount (充值金额) as first line - Show fee amount with percentage when fee_rate > 0 - Show pay_amount (实付金额) in bold primary color - Show credited amount (到账金额) when different from pay_amount - Compute baseAmount and feeAmount from backend order data
Please register or sign in to comment