Ignore:
Timestamp:
May 3, 2014 11:09:03 PM (10 years ago)
Author:
anonymous
Message:

Convert tabs to spaces, and lineendings to LF in all files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/PayPal.inc.php

    r478 r479  
    9797    public function setButtonDefaults($type, $options)
    9898    {
    99         $app =& App::getInstance();
     99        $app =& App::getInstance();
    100100
    101101        if (!is_array($options) || empty($options)) {
     
    129129    public function newButton($type, $name, $options=null)
    130130    {
    131         $app =& App::getInstance();
     131        $app =& App::getInstance();
    132132
    133133        if (!isset($this->_default_button_options[$type])) {
     
    164164    public function getLink($name)
    165165    {
    166         $app =& App::getInstance();
     166        $app =& App::getInstance();
    167167
    168168        if (!isset($this->_buttons[$name])) {
     
    236236    public function setParam($params)
    237237    {
    238         $app =& App::getInstance();
     238        $app =& App::getInstance();
    239239
    240240        if (isset($params) && is_array($params)) {
     
    255255    public function getParam($param)
    256256    {
    257         $app =& App::getInstance();
     257        $app =& App::getInstance();
    258258   
    259259        if (array_key_exists($param, $this->_params)) {
     
    292292    public function processIPN()
    293293    {
    294         $app =& App::getInstance();
     294        $app =& App::getInstance();
    295295
    296296        if (getPost('test_ipn') == '1' || $this->getParam('test_mode')) {
     
    353353    public function verifiedIPN()
    354354    {
    355         $app =& App::getInstance();
     355        $app =& App::getInstance();
    356356
    357357        if (!isset($this->_ipn_response)) {
Note: See TracChangeset for help on using the changeset viewer.