Skip to content

Commit ff5fa02

Browse files
authored
Merge pull request #96 from String-xyz/develop
v1.0.5
2 parents 68a363c + 369352c commit ff5fa02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/service/transaction.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -681,17 +681,17 @@ func (t transaction) sendEmailReceipt(request postProcessRequest) error {
681681
ReceiptType: "NFT Purchase", // TODO: retrieve dynamically
682682
CustomerName: name,
683683
StringPaymentId: request.TxDBID,
684-
PaymentDescriptor: "STRNG*STRNG-DEMO NFT", // TODO: retrieve dynamically
684+
PaymentDescriptor: "String Digital Asset", // TODO: retrieve dynamically
685685
TransactionDate: time.Now().Format(time.RFC1123),
686686
}
687687
receiptBody := [][2]string{
688688
{"Transaction ID", "<a href='" + request.Chain.Explorer + "/tx/" + request.TxID + "'>" + request.TxID + "</a>"},
689689
{"Destination Wallet", "<a href='" + request.Chain.Explorer + "/address/" + request.UserAddress + "'>" + request.UserAddress + "</a>"},
690690
{"Payment Descriptor", receiptParams.PaymentDescriptor},
691691
{"Payment Method", request.Authorization.Issuer + " " + request.Authorization.Last4},
692-
{"Platform", "String Demo"}, // TODO: retrieve dynamically
693-
{"Item Ordered", "String Demo NFT"}, // TODO: retrieve dynamically
694-
{"Token ID", "1234"}, // TODO: retrieve dynamically, maybe after building token transfer detection
692+
{"Platform", "String Demo"}, // TODO: retrieve dynamically
693+
{"Item Ordered", "String Fighter NFT"}, // TODO: retrieve dynamically
694+
{"Token ID", "1234"}, // TODO: retrieve dynamically, maybe after building token transfer detection
695695
{"Subtotal", common.FloatToUSDString(request.Quote.BaseUSD + request.Quote.TokenUSD)},
696696
{"Network Fee:", common.FloatToUSDString(request.Quote.GasUSD)},
697697
{"Processing Fee", common.FloatToUSDString(request.Quote.ServiceUSD)},

0 commit comments

Comments
 (0)