| 1 |
<?php |
| 2 |
/** |
| 3 |
* Update to 1.0.0-beta.1 |
| 4 |
* |
| 5 |
* Most settings are the same, perhaps gateways have changed, but users probably need to reconfigure them anyway. |
| 6 |
* |
| 7 |
* @package WCPOS\WooCommercePOS |
| 8 |
*/ |
| 9 |
|
| 10 |
// phpcs:disable Squiz.Commenting.InlineComment.InvalidEndChar -- Commented-out code. |
| 11 |
// Check if the old settings exist |
| 12 |
// $old_general_settings = get_option('woocommerce_pos_settings_general'); |
| 13 |
// $old_checkout_settings = get_option('woocommerce_pos_settings_checkout'); |
| 14 |
// $old_license_settings = get_option('woocommerce_pos_settings_license'); |
| 15 |
// phpcs:enable Squiz.Commenting.InlineComment.InvalidEndChar |
| 16 |
|