Skip to content

Commit

Permalink
Merge pull request #14 from Taiteilija/customizer_fix
Browse files Browse the repository at this point in the history
Reverted a code change that broke customizer options.
  • Loading branch information
loueranta-paytrail committed Nov 25, 2021
2 parents 154613f + be38156 commit ace9004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ protected function __construct() {
load_plugin_textdomain( 'paytrail-for-woocommerce', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );

// Register customizations
add_action( 'customize_register', [ $this, 'paytrail_customizations' ] );
add_action( 'customize_register', [ $this, 'checkout_customizations' ] );
// Add custom styles
add_action( 'wp_head', [ $this, 'paytrail_checkout_customize_css' ] );
// Enable WP Dashicons on frontend
Expand Down

0 comments on commit ace9004

Please sign in to comment.