|
26 | 26 | * @category Mage
|
27 | 27 | * @package Mage_Paypal
|
28 | 28 | * @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; |
29 | 56 | */
|
30 | 57 | class Mage_Paypal_Model_Config
|
31 | 58 | {
|
@@ -600,33 +627,6 @@ class Mage_Paypal_Model_Config
|
600 | 627 | 'zh_XC',
|
601 | 628 | ];
|
602 | 629 |
|
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 |
| - |
630 | 630 | /**
|
631 | 631 | * Set method and store id, if specified
|
632 | 632 | *
|
|
0 commit comments