Uses of Class
de.hybris.platform.chinesepspwechatpayservices.wechatpay.WeChatPayHttpClient
Packages that use WeChatPayHttpClient
Package
Description
-
Uses of WeChatPayHttpClient in de.hybris.platform.chinesepspwechatpayservices.payment.impl
Methods in de.hybris.platform.chinesepspwechatpayservices.payment.impl that return WeChatPayHttpClientModifier and TypeMethodDescriptionprotected WeChatPayHttpClientDefaultWeChatPayPaymentService.getWeChatPayHttpClient()Methods in de.hybris.platform.chinesepspwechatpayservices.payment.impl with parameters of type WeChatPayHttpClientModifier and TypeMethodDescriptionvoidDefaultWeChatPayPaymentService.setWeChatPayHttpClient(WeChatPayHttpClient weChatPayHttpClient) -
Uses of WeChatPayHttpClient in de.hybris.platform.chinesepspwechatpayservices.processors
Constructors in de.hybris.platform.chinesepspwechatpayservices.processors with parameters of type WeChatPayHttpClientModifierConstructorDescriptionAbstractWeChatPayRequestProcessor(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 WeChatPayHttpClientModifierConstructorDescriptionOpenIdRequestProcessor(WeChatPayConfiguration config, WeChatPayHttpClient httpClient, String code) OrderQueryRequestProcessor(WeChatPayHttpClient httpClient, String orderId, WeChatPayConfiguration config) UnifiedOrderRequestProcessor(WeChatPayConfiguration config, WeChatPayHttpClient httpClient, String openId, OrderModel order, String clientIp, String baseUrl)