Fixed bug.
This commit is contained in:
@@ -767,6 +767,9 @@ namespace Apostol {
|
|||||||
|
|
||||||
Seller["address"] = formSellerAddress.c_str();
|
Seller["address"] = formSellerAddress.c_str();
|
||||||
|
|
||||||
|
if (!formSellerSignature.IsEmpty())
|
||||||
|
Seller["signature"] = formSellerSignature.c_str();
|
||||||
|
|
||||||
if (!formSellerRating.IsEmpty())
|
if (!formSellerRating.IsEmpty())
|
||||||
Seller["rating"] = formSellerRating.c_str();
|
Seller["rating"] = formSellerRating.c_str();
|
||||||
|
|
||||||
@@ -774,6 +777,9 @@ namespace Apostol {
|
|||||||
|
|
||||||
Customer["address"] = formCustomerAddress.c_str();
|
Customer["address"] = formCustomerAddress.c_str();
|
||||||
|
|
||||||
|
if (!formCustomerSignature.IsEmpty())
|
||||||
|
Customer["signature"] = formCustomerSignature.c_str();
|
||||||
|
|
||||||
if (!formSellerRating.IsEmpty())
|
if (!formSellerRating.IsEmpty())
|
||||||
Customer["rating"] = formCustomerRating.c_str();
|
Customer["rating"] = formCustomerRating.c_str();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user