Changeset 2140336
- Timestamp:
- 08/16/2019 04:01:33 AM (7 years ago)
- Location:
- buyte/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
buyte.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buyte/trunk/README.txt
r2140321 r2140336 1 1 === Buyte === 2 2 Contributors: Ryan Soury 3 Tags: buyte, fast checkout, mobile-first, mobile checkout, apple pay, google pay, digital wallet, buyte checkout4 Stable tag: 0.1. 33 Tags: apple pay, google pay, fast checkout, digital wallet, mobile first, mobile checkout, 4 Stable tag: 0.1.4 5 5 License: GPLv2 or later License http://www.gnu.org/licenses/gpl-2.0.html 6 6 -
buyte/trunk/buyte.php
r2140321 r2140336 5 5 * Plugin URI: https://wordpress.org/plugins/buyte-woocommerce-plugin/ 6 6 * Description: Offer your customers Apple Pay and Google Pay in a single install. By integrating Buyte into your e-commerce website, your visitors can securely checkout with their mobile wallet. 7 * Version: 0.1. 37 * Version: 0.1.4 8 8 * Author: Buyte 9 9 * Author URI: https://www.buytecheckout.com/ … … 13 13 * 14 14 * 15 * @version 0.1. 315 * @version 0.1.4 16 16 * @package Buyte 17 17 * @author Buyte … … 29 29 class WC_Buyte{ 30 30 /* version number */ 31 const VERSION = '0.1. 3';31 const VERSION = '0.1.4'; 32 32 /* ajax */ 33 33 const AJAX_SUCCESS = 'buyte_success';
Note: See TracChangeset
for help on using the changeset viewer.