修复微信支付,兼容公钥模块
This commit is contained in:
@@ -253,7 +253,7 @@ import com.gxwebsoft.common.core.service.PaymentCacheService;
|
|||||||
*/
|
*/
|
||||||
public Payment getPayment(ShopOrder order) {
|
public Payment getPayment(ShopOrder order) {
|
||||||
// 先清除可能的错误缓存
|
// 先清除可能的错误缓存
|
||||||
paymentCacheService.removePaymentConfig(order.getPayType().toString(), order.getTenantId());
|
// paymentCacheService.removePaymentConfig(order.getPayType().toString(), order.getTenantId());
|
||||||
|
|
||||||
Payment payment = paymentCacheService.getPaymentConfig(order.getPayType(), order.getTenantId());
|
Payment payment = paymentCacheService.getPaymentConfig(order.getPayType(), order.getTenantId());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user