- Recurring Pattern: Support recurring bookings for up to 3 months ahead (~60 bookings max)
- Frequency: Mostly Mon-Fri working days, with per-service day-of-week exceptions
- Modifications: Users can modify individual bookings or all remaining bookings
- Modification Behavior: Preserve individual changes when bulk-updating remaining bookings
- Usage Pattern: High certainty - only 10-20% of bookings get modified
- Historical Data: Keep all past bookings forever
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: magento/app/code/core/Mage/PaypalUk/Model/Api/Nvp.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- magento/app/code/core/Mage/PaypalUk/Model/Api/Nvp.php (revision de8690ea226be70199072586fead08fd204b3774) | |
| +++ magento/app/code/core/Mage/PaypalUk/Model/Api/Nvp.php (revision ) | |
| @@ -519,9 +519,14 @@ | |
| protected function _buildQuery($request) | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: magento/app/code/core/Mage/PaypalUk/Model/Api/Nvp.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- magento/app/code/core/Mage/PaypalUk/Model/Api/Nvp.php (revision 443087c1a542e65b0f1f1c43f3e3e82783a05251) | |
| +++ magento/app/code/core/Mage/PaypalUk/Model/Api/Nvp.php (revision ) | |
| @@ -609,7 +609,7 @@ | |
| $this->_lineItemTotalExportMap = array( | |
| Mage_Paypal_Model_Cart::TOTAL_TAX => 'TAXAMT', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Magento | |
| * | |
| * NOTICE OF LICENSE | |
| * | |
| * This source file is subject to the Open Software License (OSL 3.0) | |
| * that is bundled with this package in the file LICENSE.txt. | |
| * It is also available through the world-wide-web at this URL: | |
| * http://opensource.org/licenses/osl-3.0.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Magento | |
| * | |
| * NOTICE OF LICENSE | |
| * | |
| * This source file is subject to the Open Software License (OSL 3.0) | |
| * that is bundled with this package in the file LICENSE.txt. | |
| * It is also available through the world-wide-web at this URL: | |
| * http://opensource.org/licenses/osl-3.0.php |