Plugin Directory

Changeset 2464660


Ignore:
Timestamp:
01/29/2021 05:11:01 AM (5 years ago)
Author:
xunhuweb
Message:

fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wechat-shop-download/trunk/add-ons/xunhupay-alipay/controllers/class-payment-alipay-rest-controller.php

    r2372705 r2464660  
    8686public function notify($request){
    8787            $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();
    9090            $private_key = $payment_gateway->get_option('private_key');
    9191            if(!$data){
Note: See TracChangeset for help on using the changeset viewer.