Feature/seller by #38
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -2,9 +2,9 @@ package jsconsumer
 | 
			
		|||
 | 
			
		||||
// Selly ...
 | 
			
		||||
var Selly = struct {
 | 
			
		||||
	PushNotification      string
 | 
			
		||||
	UpdateSellerStatistic string
 | 
			
		||||
	PushNotification               string
 | 
			
		||||
	UpdateSellerAffiliateStatistic string
 | 
			
		||||
}{
 | 
			
		||||
	PushNotification:      "PULL_PUSH_NOTIFICATION",
 | 
			
		||||
	UpdateSellerStatistic: "PULL_UPDATE_SELLER_STATISTIC",
 | 
			
		||||
	PushNotification:               "PULL_PUSH_NOTIFICATION",
 | 
			
		||||
	UpdateSellerAffiliateStatistic: "PULL_UPDATE_SELLER_AFFILIATE_STATISTIC",
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,9 +11,9 @@ func getSellyValue(val string) string {
 | 
			
		|||
 | 
			
		||||
// Selly ...
 | 
			
		||||
var Selly = struct {
 | 
			
		||||
	PushNotification      string
 | 
			
		||||
	UpdateSellerStatistic string
 | 
			
		||||
	PushNotification               string
 | 
			
		||||
	UpdateSellerAffiliateStatistic string
 | 
			
		||||
}{
 | 
			
		||||
	PushNotification:      getSellyValue("push_notifications"),
 | 
			
		||||
	UpdateSellerStatistic: getSellyValue("update_seller_statistic"),
 | 
			
		||||
	PushNotification:               getSellyValue("push_notifications"),
 | 
			
		||||
	UpdateSellerAffiliateStatistic: getSellyValue("update_seller_affiliate_statistic"),
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue