Skip to content

Commit d35112c

Browse files
elidrissidevsreichel
authored andcommitted
Remove declared properties accessed by magic getter in Paypal Config (#2759)
* Remove properties accessed from the magic getter * Add properties to class phpdocs Co-authored-by: Sven Reichel <[email protected]>
1 parent 9b02cf2 commit d35112c

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

app/code/core/Mage/Paypal/Model/Config.php

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,33 @@
2626
* @category Mage
2727
* @package Mage_Paypal
2828
* @author Magento Core Team <[email protected]>
29+
*
30+
* @property mixed $allow_ba_signup;
31+
* @property mixed $api_cert;
32+
* @property mixed $api_password;
33+
* @property mixed $api_signature;
34+
* @property mixed $api_username;
35+
* @property mixed $apiAuthentication;
36+
* @property mixed $apiPassword;
37+
* @property mixed $apiSignature;
38+
* @property mixed $apiUsername;
39+
* @property mixed $business_account;
40+
* @property mixed $businessAccount;
41+
* @property mixed $buttonFlavor;
42+
* @property mixed $buttonType;
43+
* @property mixed $cctypes;
44+
* @property mixed $debug;
45+
* @property mixed $lineItemsEnabled;
46+
* @property mixed $lineItemsSummary;
47+
* @property mixed $paymentAction;
48+
* @property mixed $paymentMarkSize;
49+
* @property mixed $requireBillingAddress;
50+
* @property mixed $sandboxFlag;
51+
* @property mixed $solutionType;
52+
* @property mixed $transferShippingOptions;
53+
* @property mixed $verifyPeer;
54+
* @property mixed $visible_on_cart;
55+
* @property mixed $visible_on_product;
2956
*/
3057
class Mage_Paypal_Model_Config
3158
{
@@ -600,33 +627,6 @@ class Mage_Paypal_Model_Config
600627
'zh_XC',
601628
];
602629

603-
public $allow_ba_signup;
604-
public $api_cert;
605-
public $api_password;
606-
public $api_signature;
607-
public $api_username;
608-
public $apiAuthentication;
609-
public $apiPassword;
610-
public $apiSignature;
611-
public $apiUsername;
612-
public $business_account;
613-
public $businessAccount;
614-
public $buttonFlavor;
615-
public $buttonType;
616-
public $cctypes;
617-
public $debug;
618-
public $lineItemsEnabled;
619-
public $lineItemsSummary;
620-
public $paymentAction;
621-
public $paymentMarkSize;
622-
public $requireBillingAddress;
623-
public $sandboxFlag;
624-
public $solutionType;
625-
public $transferShippingOptions;
626-
public $verifyPeer;
627-
public $visible_on_cart;
628-
public $visible_on_product;
629-
630630
/**
631631
* Set method and store id, if specified
632632
*

0 commit comments

Comments
 (0)