国内WASDK 网页支付实现层
hank
2017-06-06 3ee9cc9daab5b8f365441de47b0ea05b940bd544
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<config>
    <version val="WEBPAY1.1.4"/>
    <comps>
        <!-- 支付模块 -->
        <comp module="PAY" plaf="WEBPAY" mandatory="YES" value="WAWebPay" desc="WEB支付"/>
    </comps>
    
    <ops>
        <op type="copy" category="res" isFile="NO" from="frameworks" to="wasdk/webpay/frameworks" />
    </ops>
</config>