This repository was archived by the owner on Aug 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 124
Breaking Changes 1.0.0
Jay edited this page Mar 10, 2015
·
2 revisions
- All getters and setters with
under_scoreare removed. Please useCamelCasesyntax. E.g. instead of using get_notify_url(), use getNotifyUrl() instead
| Old Name | New Name |
|---|---|
| PayPal\Common\PPModel | PayPal\Common\PayPalModel |
| PayPal\Common\PPModel | PayPal\Common\PayPalModel |
| PayPal\Common\ResourceModel | PayPal\Common\PayPalResourceModel |
| PayPal\Common\PPUserAgent | PayPal\Common\PayPalUserAgent |
| PayPal\Core\PPConfigManager | PayPal\Core\PayPalConfigManager |
| PayPal\Core\PPConstants | PayPal\Core\PayPalConstants |
| PayPal\Core\PPCredentialManager | PayPal\Core\PayPalCredentialManager |
| PayPal\Core\PPHttpConfig | PayPal\Core\PayPalHttpConfig |
| PayPal\Core\PPHttpConnection | PayPal\Core\PayPalHttpConnection |
| PayPal\Core\PPLoggingLevel | PayPal\Core\PayPalLoggingLevel |
| PayPal\Core\PPLoggingManager | PayPal\Core\PayPalLoggingManager |
| PayPal\Exception\PPConfigurationException | PayPal\Exception\PayPalConfigurationException |
| PayPal\Exception\PPConnectionException | PayPal\Exception\PayPalConnectionException |
| PayPal\Exception\PPInvalidCredentialException | PayPal\Exception\PayPalInvalidCredentialException |
| PayPal\Exception\PPMissingCredentialException | PayPal\Exception\PayPalMissingCredentialException |
| PayPal\Handler\IPPHandler | PayPal\Handler\IPayPalHandler |
| PayPal\Transport\PPRestCall | PayPal\Transport\PayPalRestCall |
| Old Name | New Name |
|---|---|
| PayPal\Common\FormatConverter | PayPal\Converter\FormatConverter |
| PayPal\Rest\RestHandler | PayPal\Handler\RestHandler |
| PayPal\Rest\OauthHandler | PayPal\Handler\OauthHandler |
| Old Name | New Name |
|---|---|
| PayPal\Api\Invoice->getPaymentDetails() | PayPal\Api\Invoice->getPayments() |
| PayPal\Api\Invoice->getRefundDetails() | PayPal\Api\Invoice->getRefunds() |
Getting Started
Using Our SDK
Configurations
Extras
External Links