Changeset 2388812
- Timestamp:
- 09/26/2020 11:09:02 AM (6 years ago)
- Location:
- lifeline-donation/trunk
- Files:
-
- 2 edited
-
lifeline-donation.php (modified) (1 diff)
-
webinane-commerce/includes/Classes/Webinane.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lifeline-donation/trunk/lifeline-donation.php
r2388802 r2388812 50 50 } 51 51 WebinaneCommerce\Admin\Install::init(); 52 53 $settings = get_option('_wpcommerce_settings');54 52 } 55 53 ); -
lifeline-donation/trunk/webinane-commerce/includes/Classes/Webinane.php
r2388802 r2388812 243 243 } 244 244 } 245 245 $settings = get_option('_wpcommerce_settings'); 246 246 if(! isset($settings['gateways'])) { 247 247 $settings['base_country'] = ['country' => $settings['base_country'], 'state' => $settings['base_state']];
Note: See TracChangeset
for help on using the changeset viewer.