Plugin Directory

Changeset 2637044


Ignore:
Timestamp:
11/29/2021 08:23:43 PM (4 years ago)
Author:
faizpay
Message:

1.0.12 update

Location:
faizpay-commerce
Files:
125 added
4 edited

Legend:

Unmodified
Added
Removed
  • faizpay-commerce/trunk/README.md

    r2637039 r2637044  
    1616### SVN Commands
    1717svn add --force * --auto-props --parents --depth infinity -q
    18 svn commit -m '1.0.8 update'
     18svn commit -m '1.0.11 update'
  • faizpay-commerce/trunk/faizpay-commerce-gateway.php

    r2637039 r2637044  
    44Plugin URI:        https://github.com/fena-co/faizpay-woocommerce-gateway
    55Description:       Enables the Fena as payment option on the woocommerce.
    6 Version:           1.0.11
     6Version:           1.0.12
    77Author:            Fena
    88Author URI:        https://www.fena.co
  • faizpay-commerce/trunk/readme.txt

    r2637039 r2637044  
    1 === FaizPay Payment Gateway for WooCommerce ===
     1=== Fena Payment Gateway for WooCommerce ===
    22Contributors: Faiz Rasool
    33Plugin URL: https://github.com/fena-co/faizpay-woocommerce-gateway
  • faizpay-commerce/trunk/src/FaizPayPaymentGateway.php

    r2637039 r2637044  
    1616
    1717        $this->method_description = "Fast instant bank to bank payments";  // to backend
    18         $this->order_button_text = 'Proceed to Fena';
     18        $this->order_button_text = 'Proceed to pay';
    1919
    2020        $this->title = $this->get_option('title');
Note: See TracChangeset for help on using the changeset viewer.