|
@@ -62,6 +62,8 @@ public class PaymentMerchantConfigServiceImpl extends ServiceImpl<PaymentMerchan
|
|
|
adapayPayConfig.setKeyPrivate(config.getRsaPrivateKey());
|
|
|
adapayPayConfig.setWxAppId(config.getWxAppId());
|
|
|
adapayPayConfig.setWxAppSecret(config.getWxAppSecret());
|
|
|
+ adapayPayConfig.setMiniAppId(config.getMiniAppId());
|
|
|
+ adapayPayConfig.setMiniAppSecret(config.getMiniAppSerret());
|
|
|
adapayPayConfig.setSupportCreditCards(properties.getSupportCreditCards());
|
|
|
try {
|
|
|
AdapayPaymentServicePlugin plugin = new AdapayPaymentServicePlugin(config.getPaymentVendor(), adapayPayConfig, false);
|