Plugin Directory

Changeset 2988380


Ignore:
Timestamp:
11/03/2023 09:10:58 AM (2 years ago)
Author:
lipad
Message:

Added readonly to title

Location:
lipad-checkout
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • lipad-checkout/tags/1.0.2/includes/LipadPaymentGatewayConstants.php

    r2988376 r2988380  
    77{
    88    const BRAND_NAME = 'lipad';
    9     //    const LIPAD_ICON = WP_PLUGIN_URL . '/lipad-checkout/assets/lipad-checkout-logo.png';
    10     const LIPAD_ICON = 'https://lipad.io/images/logos/lipad-logo.svg';
     9       const LIPAD_ICON = WP_PLUGIN_URL . '/lipad-checkout/assets/lipad-checkout-logo.svg';
    1110
    1211    const PAYMENT_GATEWAY = self::BRAND_NAME . '_checkout';
  • lipad-checkout/trunk/includes/LipadPaymentGatewayConstants.php

    r2988376 r2988380  
    77{
    88    const BRAND_NAME = 'lipad';
    9     //    const LIPAD_ICON = WP_PLUGIN_URL . '/lipad-checkout/assets/lipad-checkout-logo.png';
    10     const LIPAD_ICON = 'https://lipad.io/images/logos/lipad-logo.svg';
     9       const LIPAD_ICON = WP_PLUGIN_URL . '/lipad-checkout/assets/lipad-checkout-logo.svg';
    1110
    1211    const PAYMENT_GATEWAY = self::BRAND_NAME . '_checkout';
Note: See TracChangeset for help on using the changeset viewer.