mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 03:30:25 -05:00
31 lines
730 B
JSON
31 lines
730 B
JSON
{
|
|
"amount": "Amount",
|
|
"couponDiscount": "Coupon Discount",
|
|
"discount": "Discount Amount",
|
|
"failed": "Failed",
|
|
"feeAmount": "Fee Amount",
|
|
"method": "Payment Method",
|
|
"methods": {
|
|
"alipay_f2f": "Alipay (Face to Face)",
|
|
"balance": "Balance",
|
|
"epay": "Epay",
|
|
"stripe_alipay": "Stripe (Alipay)",
|
|
"stripe_wechat_pay": "Stripe (WeChat)"
|
|
},
|
|
"orderNumber": "Order Number",
|
|
"status": "Order Status",
|
|
"subscribe": "Subscribe",
|
|
"subscribePrice": "Subscription Price",
|
|
"total": "Total",
|
|
"tradeNo": "Transaction Number",
|
|
"type": {
|
|
"0": "Type",
|
|
"1": "New Purchase",
|
|
"2": "Renewal",
|
|
"3": "Reset Traffic",
|
|
"4": "Recharge"
|
|
},
|
|
"updateTime": "Update Time",
|
|
"user": "User"
|
|
}
|