Uses of Class
de.hybris.platform.chinesepspwechatpayservices.wechatpay.WeChatPayHttpClient
-
-
Uses of WeChatPayHttpClient in de.hybris.platform.chinesepspwechatpayservices.payment.impl
Methods in de.hybris.platform.chinesepspwechatpayservices.payment.impl that return WeChatPayHttpClient Modifier and Type Method Description protected WeChatPayHttpClientDefaultWeChatPayPaymentService. getWeChatPayHttpClient()Methods in de.hybris.platform.chinesepspwechatpayservices.payment.impl with parameters of type WeChatPayHttpClient Modifier and Type Method Description voidDefaultWeChatPayPaymentService. setWeChatPayHttpClient(WeChatPayHttpClient weChatPayHttpClient) -
Uses of WeChatPayHttpClient in de.hybris.platform.chinesepspwechatpayservices.processors
Constructors in de.hybris.platform.chinesepspwechatpayservices.processors with parameters of type WeChatPayHttpClient Constructor Description AbstractWeChatPayRequestProcessor(WeChatPayConfiguration config, WeChatPayHttpClient httpClient) -
Uses of WeChatPayHttpClient in de.hybris.platform.chinesepspwechatpayservices.processors.impl
Constructors in de.hybris.platform.chinesepspwechatpayservices.processors.impl with parameters of type WeChatPayHttpClient Constructor Description OpenIdRequestProcessor(WeChatPayConfiguration config, WeChatPayHttpClient httpClient, java.lang.String code)OrderQueryRequestProcessor(WeChatPayHttpClient httpClient, java.lang.String orderId, WeChatPayConfiguration config)UnifiedOrderRequestProcessor(WeChatPayConfiguration config, WeChatPayHttpClient httpClient, java.lang.String openId, OrderModel order, java.lang.String clientIp, java.lang.String baseUrl)
-