Changeset 2197563
- Timestamp:
- 11/20/2019 04:49:27 PM (6 years ago)
- Location:
- lamium-decentralized-crypto-acceptance-and-conversion/trunk
- Files:
-
- 2 edited
-
readme.md (modified) (1 diff)
-
woocommerce-gateway-lamium-accept-crypto-api.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lamium-decentralized-crypto-acceptance-and-conversion/trunk/readme.md
r2196671 r2197563 7 7 - Requires WooCommerce at least: 2.1 8 8 - Tested WooCommerce up to: 3.6.5 9 - Stable Tag: 2.0. 49 - Stable Tag: 2.0.5 10 10 - License: GPLv3 11 11 - License URI: http://www.gnu.org/licenses/gpl-3.0.html -
lamium-decentralized-crypto-acceptance-and-conversion/trunk/woocommerce-gateway-lamium-accept-crypto-api.php
r2196671 r2197563 9 9 * Author: Kryptolis AG 10 10 * Author URI: https://www.lamium.io/ 11 * Version: 2.0. 411 * Version: 2.0.5 12 12 * Text Domain: woocommerce-gateway-lamium-accept-bitcoin-api 13 13 * Domain Path: /languages/ … … 274 274 'type' => 'textarea', 275 275 'description' => __( 'Payment method description that the customer will see on your checkout.', 'wc-gateway-lamium-accept-crypto-api' ), 276 'default' => __( 'P lease remit payment to Store Name upon pickup or delivery.', 'wc-gateway-lamium-accept-crypto-api' ),276 'default' => __( 'Pay the cryptocurrency to the shown QR code', 'wc-gateway-lamium-accept-crypto-api' ), 277 277 'desc_tip' => true, 278 278 ), … … 281 281 'title' => __( 'Instructions', 'wc-gateway-lamium-accept-crypto-api' ), 282 282 'type' => 'textarea', 283 'description' => __( ' Instructions that will be added to the thank you page and emails.', 'wc-gateway-lamium-accept-crypto-api' ),283 'description' => __( 'Pay the cryptocurrency to the shown QR code', 'wc-gateway-lamium-accept-crypto-api' ), 284 284 'default' => '', 285 285 'desc_tip' => true,
Note: See TracChangeset
for help on using the changeset viewer.