Changeset 2771523
- Timestamp:
- 08/17/2022 09:25:49 AM (4 years ago)
- Location:
- ellypos-pay/trunk
- Files:
-
- 2 edited
-
ellypos-pay.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ellypos-pay/trunk/ellypos-pay.php
r2769296 r2771523 2 2 /** 3 3 * Plugin Name: Elly POS Pay 4 * Description: Offer your customers the widest selection of payment methods on the market: payment cards, digital and cryptocurrencypayments.5 * Version: 1.0. 14 * Description: Pay fast and secure with cards, crypto and other digital payments. 5 * Version: 1.0.2 6 6 * Author: Eligma Ltd. 7 7 * Author URI: https://gocrypto.com … … 55 55 $this->method_description = ELLYPOS_PLUGIN_DESCRIPTION; 56 56 $this->order_button_text = __('Place order', 'ellypos_pay'); 57 $this->description = __(' Offer your customers the widest selection of payment methods on the market: payment cards, digital and cryptocurrencypayments.', 'ellypos_pay');57 $this->description = __('Pay fast and secure with cards, crypto and other digital payments.', 'ellypos_pay'); 58 58 $this->has_fields = true; 59 59 $this->init_settings(); -
ellypos-pay/trunk/readme.txt
r2769296 r2771523 1 1 === Elly POS Pay === 2 2 Plugin Name: Elly POS Pay 3 Description: Offer your customers the widest selection of payment methods on the market: payment cards, digital and cryptocurrencypayments.4 Stable tag: 1.0. 13 Description: Pay fast and secure with cards, crypto and other digital payments. 4 Stable tag: 1.0.2 5 5 Author: Eligma Ltd. 6 6 Author URI: https://gocrypto.com
Note: See TracChangeset
for help on using the changeset viewer.