Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Jan 10, 2025
1 parent 6aa3b1f commit f269f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Assets/AssetsModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ protected function setupModuleActions(ContainerInterface $container): void
/** @var Settings */
$settingsHelper = $container->get('settings.settings_helper');
$gatewayInstances = $container->get('gateway.instances');
add_action('woocommerce_blocks_loaded', function() {
add_action('woocommerce_blocks_loaded', function () {
woocommerce_store_api_register_update_callback(
[
'namespace' => 'mollie-payments-for-woocommerce',
Expand All @@ -543,7 +543,7 @@ protected function setupModuleActions(ContainerInterface $container): void
},
]
);
} );
});

/** Add support to Mollie blocks for WooCommerce checkout blocks functionality */
//https://github.com/woocommerce/woocommerce-blocks/blob/trunk/docs/third-party-developers/extensibility/checkout-payment-methods/payment-method-integration.md#putting-it-all-together
Expand Down

0 comments on commit f269f6e

Please sign in to comment.