Fixed bug.

This commit is contained in:
Преподобный Ален
2025-03-25 17:41:09 +03:00
parent f0ec66b680
commit 76a4e12f82

View File

@@ -767,6 +767,9 @@ namespace Apostol {
Seller["address"] = formSellerAddress.c_str();
if (!formSellerSignature.IsEmpty())
Seller["signature"] = formSellerSignature.c_str();
if (!formSellerRating.IsEmpty())
Seller["rating"] = formSellerRating.c_str();
@@ -774,6 +777,9 @@ namespace Apostol {
Customer["address"] = formCustomerAddress.c_str();
if (!formCustomerSignature.IsEmpty())
Customer["signature"] = formCustomerSignature.c_str();
if (!formSellerRating.IsEmpty())
Customer["rating"] = formCustomerRating.c_str();