Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 706 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 706 Bytes

woocommerce-alipay-f2f

woocommercealipay f2f payment gateway.

woocommerce支付宝当面付插件。

Please go to the Releases page to get the zip file.

下载完整包请到Releases页面。

发布地址及简介

常见问题

  • 无法收到回调通知怎么办?
    可以尝试解除注释插件代码中的file_put_contents相关代码,并观察插件文件夹中产生的log文件。

  • 遇到签名验证失败怎么办?
    请检查支付宝的加密方式是否是RSA2,使用RSA1可能出现失败现象,详见 #4