Plugin Directory

Changeset 2956943


Ignore:
Timestamp:
08/22/2023 05:40:47 PM (3 years ago)
Author:
credocentral
Message:

1.0.4 Added Bank Transfer Option to Gateway Description

Location:
credo-payment-forms/trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • credo-payment-forms/trunk/includes/class-wc-gateway-credo.php

    r2956832 r2956943  
    402402                'type'        => 'text',
    403403                'description' => __( 'This controls the payment method title which the user sees during checkout.', 'woo-credo' ),
    404                 'default'     => __( 'Debit/Credit Cards', 'woo-credo' ),
     404                'default'     => __( 'Card/ Bank Transfer', 'woo-credo' ),
    405405                'desc_tip'    => true,
    406406            ),
     
    472472            'split_payment'              => array(
    473473                'title'       => __( 'Split Payment', 'woo-credo' ),
    474                 'label'       => __( 'Enable Split Payment', 'woo-credo' ),
     474                'label'       => __( 'Enable Dynamic Settlement', 'woo-credo' ),
    475475                'type'        => 'checkbox',
    476                 'description' => '',
     476                'description' => __('Dynamic settlement splits allow you to distribute funds from a single transaction among multiple recipients/accounts based on predefined rules. 
     477
     478These rules can consider various factors like percentages, or fixed amounts. The dynamic nature ensures that splits adapt in real-time to changing circumstances. '),
    477479                'class'       => 'woocommerce_credo_split_payment',
    478480                'default'     => 'no',
     
    482484                'title'       => __( 'Service Code', 'woo-credo' ),
    483485                'type'        => 'text',
    484                 'description' => __( 'Enter the service code here.', 'woo-credo' ),
     486                'description' => __( 'Enter your service code here.', 'woo-credo' ),
    485487                'class'       => 'woocommerce_credo_subaccount_code',
    486488                'default'     => '',
     
    499501                'desc_tip'    => false,
    500502                'options'     => array(
    501                     ''         => __( 'Select One', 'woo-credo' ),
     503
    502504                    'customer' => __( 'Customer', 'woo-credo' ),
    503505                    'merchant' => __( 'Merchant', 'woo-credo' ),
  • credo-payment-forms/trunk/readme.txt

    r2956910 r2956943  
    33Tags: Credo, woocommerce, payment gateway mastercard, visa, verve
    44Requires at least: 5.8
    5 Tested up to: 6.2
    6 Stable tag: 1.0.3
     5Tested up to: 6.3
     6Stable tag: 1.0.4
    77Requires PHP: 7.4
    88License URI: http://www.gnu.org/licenses/gpl-2.0.txt
  • credo-payment-forms/trunk/woo-credo.php

    r2956910 r2956943  
    55 * Plugin URI: https://credocentral.com
    66 * Description: WooCommerce payment gateway for Credo
    7  * Version: 1.0.3
     7 * Version: 1.0.4
    88 * Author: Lanre Yusuf
    99 * Author URI: https://linkedin.com/in/lanre-yusuf-a55b3a80
Note: See TracChangeset for help on using the changeset viewer.