|
|
@@ -3939,6 +3939,13 @@ repeat:
|
|
|
[dic setValue:so_id forKey:@"orderCode"];
|
|
|
[dic setValue:addr forKey:@"email"];
|
|
|
|
|
|
+ if (appDelegate.customerInfo) {
|
|
|
+ NSString *customer_cid = [appDelegate.customerInfo objectForKey:@"customer_cid"];
|
|
|
+ if (customer_cid) {
|
|
|
+ [dic setValue:customer_cid forKey:@"contactId"];
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
NSData* json=nil;
|
|
|
if(appDelegate.offline_mode)
|
|
|
{
|