|  | @@ -48,6 +48,8 @@ public class PaymentMerchantConfigServiceImpl extends ServiceImpl<PaymentMerchan
 | 
	
		
			
				|  |  |              adapayPayConfig.setRefundNotifyUrl(properties.getRefundNotifyUrl());
 | 
	
		
			
				|  |  |              adapayPayConfig.setKeyPublic(config.getRsaPublicKey());
 | 
	
		
			
				|  |  |              adapayPayConfig.setKeyPrivate(config.getRsaPrivateKey());
 | 
	
		
			
				|  |  | +            adapayPayConfig.setWxAppId(config.getWxAppId());
 | 
	
		
			
				|  |  | +            adapayPayConfig.setWxAppSecret(config.getWxAppSecret());
 | 
	
		
			
				|  |  |              adapayPayConfig.setSupportCreditCards(properties.getSupportCreditCards());
 | 
	
		
			
				|  |  |              AdapayPaymentServicePlugin plugin = null;
 | 
	
		
			
				|  |  |              try {
 |