module Pingpp class Channel ALIPAY = "alipay" WECHAT = "wx" WX = "wx" # Alias of WECHAT UPMP = "upmp" ALIPAY_WAP = "alipay_wap" UPMP_WAP = "upmp_wap" WX_PUB = "wx_pub" BFB = "bfb" BFB_WAP = "bfb_wap" UPACP = "upacp" UPACP_WAP = "upacp_wap" end end