Plugin Directory

Changeset 2893736


Ignore:
Timestamp:
04/04/2023 04:28:26 PM (3 years ago)
Author:
fygaro
Message:

fix links 0.0.5_04

Location:
fygaro
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fygaro/tags/0.0.5/woocommerce-gateway-fygaro.php

    r2893161 r2893736  
    9999    public static function woocommerce_gateway_fygaro_woocommerce_block_support() {
    100100        if ( class_exists( 'Automattic\WooCommerce\Blocks\Payments\Integrations\AbstractPaymentMethodType' ) ) {
    101             require_once 'includes/blocks/class-wc-fygaro-payments-blocks.php';
     101            require_once dirname(__FILE__) . '/includes/blocks/class-wc-fygaro-payments-blocks.php';
    102102            add_action(
    103103                'woocommerce_blocks_payment_method_type_registration',
  • fygaro/trunk/woocommerce-gateway-fygaro.php

    r2893161 r2893736  
    9999    public static function woocommerce_gateway_fygaro_woocommerce_block_support() {
    100100        if ( class_exists( 'Automattic\WooCommerce\Blocks\Payments\Integrations\AbstractPaymentMethodType' ) ) {
    101             require_once 'includes/blocks/class-wc-fygaro-payments-blocks.php';
     101            require_once dirname(__FILE__) . '/includes/blocks/class-wc-fygaro-payments-blocks.php';
    102102            add_action(
    103103                'woocommerce_blocks_payment_method_type_registration',
Note: See TracChangeset for help on using the changeset viewer.