parent
							
								
									8ea0171247
								
							
						
					
					
						commit
						df75e0e2d1
					
				|  | @ -538,11 +538,11 @@ namespace Guru | |||
|             Product product = _storeController.products.WithID(info.Setting.ProductId); | ||||
|             if (product != null && product.availableToPurchase) | ||||
|             { | ||||
| #if UNITY_ANDROID | ||||
|                 _configBuilder | ||||
|                     .Configure<IGooglePlayConfiguration>() | ||||
|                     .SetObfuscatedAccountId(IPMConfig.IPM_UID); | ||||
| #endif | ||||
| // #if UNITY_ANDROID | ||||
| //                 _configBuilder | ||||
| //                     .Configure<IGooglePlayConfiguration>() | ||||
| //                     .SetObfuscatedAccountId(IPMConfig.IPM_UID); | ||||
| // #endif | ||||
|                 if (string.IsNullOrEmpty(category)) category = info.Category; | ||||
|                 _storeController.InitiatePurchase(product); | ||||
|                 _curProductInfo = info; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue