Changeset 2464660
- Timestamp:
- 01/29/2021 05:11:01 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wechat-shop-download/trunk/add-ons/xunhupay-alipay/controllers/class-payment-alipay-rest-controller.php
r2372705 r2464660 86 86 public function notify($request){ 87 87 $data=(array)json_decode(file_get_contents('php://input')); 88 $api = WShop_Add_On_Xunhupay_ Wechat::instance();89 $payment_gateway = WShop_Payment_Gateway_Xunhupay_ Wechat::instance();88 $api = WShop_Add_On_Xunhupay_Alipay::instance(); 89 $payment_gateway = WShop_Payment_Gateway_Xunhupay_Alipay::instance(); 90 90 $private_key = $payment_gateway->get_option('private_key'); 91 91 if(!$data){
Note: See TracChangeset
for help on using the changeset viewer.