Changeset 2956943
- Timestamp:
- 08/22/2023 05:40:47 PM (3 years ago)
- Location:
- credo-payment-forms/trunk
- Files:
-
- 1 deleted
- 3 edited
-
assets (deleted)
-
includes/class-wc-gateway-credo.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
-
woo-credo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
credo-payment-forms/trunk/includes/class-wc-gateway-credo.php
r2956832 r2956943 402 402 'type' => 'text', 403 403 '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' ), 405 405 'desc_tip' => true, 406 406 ), … … 472 472 'split_payment' => array( 473 473 'title' => __( 'Split Payment', 'woo-credo' ), 474 'label' => __( 'Enable Split Payment', 'woo-credo' ),474 'label' => __( 'Enable Dynamic Settlement', 'woo-credo' ), 475 475 '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 478 These rules can consider various factors like percentages, or fixed amounts. The dynamic nature ensures that splits adapt in real-time to changing circumstances. '), 477 479 'class' => 'woocommerce_credo_split_payment', 478 480 'default' => 'no', … … 482 484 'title' => __( 'Service Code', 'woo-credo' ), 483 485 'type' => 'text', 484 'description' => __( 'Enter theservice code here.', 'woo-credo' ),486 'description' => __( 'Enter your service code here.', 'woo-credo' ), 485 487 'class' => 'woocommerce_credo_subaccount_code', 486 488 'default' => '', … … 499 501 'desc_tip' => false, 500 502 'options' => array( 501 '' => __( 'Select One', 'woo-credo' ), 503 502 504 'customer' => __( 'Customer', 'woo-credo' ), 503 505 'merchant' => __( 'Merchant', 'woo-credo' ), -
credo-payment-forms/trunk/readme.txt
r2956910 r2956943 3 3 Tags: Credo, woocommerce, payment gateway mastercard, visa, verve 4 4 Requires at least: 5.8 5 Tested up to: 6. 26 Stable tag: 1.0. 35 Tested up to: 6.3 6 Stable tag: 1.0.4 7 7 Requires PHP: 7.4 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.txt -
credo-payment-forms/trunk/woo-credo.php
r2956910 r2956943 5 5 * Plugin URI: https://credocentral.com 6 6 * Description: WooCommerce payment gateway for Credo 7 * Version: 1.0. 37 * Version: 1.0.4 8 8 * Author: Lanre Yusuf 9 9 * Author URI: https://linkedin.com/in/lanre-yusuf-a55b3a80
Note: See TracChangeset
for help on using the changeset viewer.