diff --git a/views/send.html b/views/send.html index ef6fabe46..037d4eb45 100644 --- a/views/send.html +++ b/views/send.html @@ -115,28 +115,38 @@
Send to

{{address}}  - Server: {{$root.merchant.pr.pd.memo}}

Total amount for this transaction:
-

+

{{amount + defaultFee |noFractionNumber}} {{$root.unitName}} {{ ((amount + defaultFee) * unitToBtc)|noFractionNumber:8}} BTC
Including fee of {{defaultFee|noFractionNumber}} {{$root.unitName}}

-

- {{amount + defaultFee | noFractionNumber}} {{$root.unitName}}
- CA: +

+
Note
+

{{commentText}}

+
+
+
Merchant Data:
+

+ Note: This is a payment protocol transaction. +

+
Server Says:
+

+ {{$root.merchant.pr.pd.memo}} +

+
Certificate:
+

{{$root.merchant.pr.ca}} Untrusted -
- Expires: {{$root.merchant.expiration}} -

-
-
Note
-

{{commentText}}

-
+

+
Payment Expiration:
+

+ {{$root.merchant.expiration}} +

+