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