Plugin Directory

Changeset 2844773


Ignore:
Timestamp:
01/07/2023 04:06:15 AM (3 years ago)
Author:
wpcodelibrary
Message:

removed deprecated code

Location:
wpc-paypal-express-checkout
Files:
37 added
4 edited

Legend:

Unmodified
Added
Removed
  • wpc-paypal-express-checkout/trunk/README.txt

    r2754694 r2844773  
    55Author URI: #
    66Contributors: wpcodelibrary
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    88Tags: paypal, express checkout, in-context, incontext, ecommerce
    99Requires at least: 3.8
  • wpc-paypal-express-checkout/trunk/includes/class-wpc-paypal-express-checkout-api.php

    r2080422 r2844773  
    4242            'SOLUTIONTYPE' => $args['paypal_account_optional'] ? 'Sole' : 'Mark',
    4343            'LANDINGPAGE'  => ( 'login' == $args['landing_page'] ) ? 'Login' : 'Billing',
    44             'BUTTONSOURCE' => 'WPCodelibrary_SP_EC_PRO',
    4544        );
    4645        foreach ( $arrParams as $key => $value ) {
     
    182181            'TOKEN'            => WC()->session->wpc_pp_ec['token'],
    183182            'PAYERID'          => ( ! empty( WC()->session->wpc_pp_ec['payer_id'] ) ) ? WC()->session->wpc_pp_ec['payer_id'] : null,
    184             'BUTTONSOURCE'     => 'WPCodelibrary_SP_EC_PRO',
    185183            'RETURNFMFDETAILS' => 1,
    186184        );
  • wpc-paypal-express-checkout/trunk/includes/class-wpc-paypal-express-checkout-fn.php

    r2080422 r2844773  
    3939        $this->setmethods = 'GetExpressCheckoutDetails';
    4040        $this->para["METHOD"] = 'GetExpressCheckoutDetails';
    41         $this->para["BUTTONSOURCE"] = 'WPCodelibrary_SP_EC_PRO';
    4241        $this->para['TOKEN'] = $token;
    4342        $request = $this->wpc_ec_request();
     
    116115            'TRANSACTIONID' => $transID,
    117116            'REFUNDTYPE' => $refundType,
    118             'BUTTONSOURCE' => 'WPCodelibrary_SP_EC_PRO',
    119117            'AMT' => $amount,
    120118            'CURRENCYCODE' => $currency,
  • wpc-paypal-express-checkout/trunk/wpc-paypal-express-checkout.php

    r2754694 r2844773  
    55 * Plugin URI:        http://www.wpcodelibrary.com
    66 * Description:       The PayPal Express Checkout gives you a simplified best checkout experience.
    7  * Version:           1.2.1
     7 * Version:           1.2.2
    88 * Author:            WPCodelibrary
    99 * Author URI:        #
Note: See TracChangeset for help on using the changeset viewer.