diff --git a/src/main/resources/templates/mail/risk_upload_mail.html b/src/main/resources/templates/mail/risk_upload_mail.html index 1b57e10db..011d2a56a 100644 --- a/src/main/resources/templates/mail/risk_upload_mail.html +++ b/src/main/resources/templates/mail/risk_upload_mail.html @@ -198,12 +198,14 @@

-

Chargeback将会扣除$40作为Chargeback Fee,同时扣除对应订单交易额,申诉成功后将返还订单交易额,还请及时提交材料。 感谢,辛苦。

+

Chargeback将会扣除$40作为Chargeback Fee,同时扣除对应订单交易额,申诉成功后将返还订单交易额,还请及时提交材料。 + 感谢,辛苦。

材料请通过APP在规定时间内进行上传,或请联系BD,由BD在后台进行上传。

- Chargeback issue will take $40 for chargeback fee and minus the fee of the transaction. If you win the - chargeback. Transaction amount will be returned to your account. Please be sure to assist the investigation. + Chargeback issue will take $40 for chargeback fee and minus the fee of the transaction. If you win the + chargeback. Transaction amount will be returned to your account. Please be sure to assist the + investigation. Thanks.

diff --git a/src/main/ui/static/commons/templates/order_detail.html b/src/main/ui/static/commons/templates/order_detail.html index 58b4b1713..75cad63c8 100644 --- a/src/main/ui/static/commons/templates/order_detail.html +++ b/src/main/ui/static/commons/templates/order_detail.html @@ -180,11 +180,18 @@

-

{{order.card_bank}}

-

{{order.card_type}}

-

{{order.card_alias}}

-

{{order.card_scheme}}

-

{{order.card_country}}

+

+ {{order.card_bank}}

+

+ {{order.card_type}}

+

+ {{order.card_alias}}

+

+ {{order.card_scheme}}

+

+ {{order.card_country}}

+

+ {{order.threeds_flag ? 'YES' : 'NO'}}

diff --git a/src/main/ui/static/css/annualBill/annual_bill.css b/src/main/ui/static/css/annualBill/annual_bill.css index eec69c33f..0fe6c6fbb 100644 --- a/src/main/ui/static/css/annualBill/annual_bill.css +++ b/src/main/ui/static/css/annualBill/annual_bill.css @@ -426,7 +426,7 @@ img{ } -@-webkit-@keyframes move { +@-webkit-keyframes move { 0% { bottom: 10px; }