Changeset 2154640
- Timestamp:
- 09/11/2019 08:03:43 AM (7 years ago)
- Location:
- buyte/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
buyte.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buyte/trunk/README.txt
r2154623 r2154640 1 1 === Buyte === 2 2 Contributors: webdoodle 3 Tags: apple pay, google pay, fast checkout, digital wallet, mobile first, mobile checkout ,4 Stable tag: 0. 1.93 Tags: apple pay, google pay, fast checkout, digital wallet, mobile first, mobile checkout 4 Stable tag: 0.2.0 5 5 Tested up to: 5.2.2 6 License: GPLv2 or later License (http://www.gnu.org/licenses/gpl-2.0.html)6 License: GPLv2 or later License http://www.gnu.org/licenses/gpl-2.0.html 7 7 8 8 Buyte WooCommerce Plugin enables checkout using Apple Pay and Google Pay in a simple, codeless install. Accelerate your customer experience with a bite-sized checkout. … … 12 12 **What is Buyte?** 13 13 Buyte is a third-party software as a service provider that simplifies the process of getting digital wallets like Apple Pay and Google Pay set up on your eCommerce store. 14 You can find more information about Buyte here: (https://buytecheckout.com/)14 You can find more information about Buyte here: [https://buytecheckout.com/](https://buytecheckout.com/) 15 15 16 16 **How does it work?** … … 24 24 25 25 == Setup == 26 1. Create an account at (https://dashboard.buytecheckout.com/signup/)26 1. Create an account at [https://dashboard.buytecheckout.com/signup/](https://dashboard.buytecheckout.com/signup/) 27 27 2. Create a checkout 28 3. Con nect your payment gateway28 3. Configure your payouts or connect your payment gateway 29 29 4. Use your Buyte API keys and Checkout Widget ID in the plugin configuration. 30 30 31 31 == Terms == 32 32 33 Buyte Terms of Service: (http://bit.ly/buyte-msa)33 Buyte Terms of Service: [http://bit.ly/buyte-msa](http://bit.ly/buyte-msa) 34 34 35 (https://js.buytecheckout.com/v1/)is used to load the widget on the browser.36 (https://api.buytecheckout.com/v1/)is our API base URL and is used to facilitate charge requests against tokenised payments created by the Buyte widget.35 https://js.buytecheckout.com/v1/ is used to load the widget on the browser. 36 https://api.buytecheckout.com/v1/ is our API base URL and is used to facilitate charge requests against tokenised payments created by the Buyte widget. 37 37 38 38 == Contributions == 39 39 40 Feel free to submit any pull requests here: (https://github.com/rsoury/buyte-woocommerce)40 Feel free to submit any pull requests here: [https://github.com/rsoury/buyte-woocommerce](https://github.com/rsoury/buyte-woocommerce) 41 41 42 42 == Installation == -
buyte/trunk/buyte.php
r2154623 r2154640 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.97 * Version: 0.2.0 8 8 * Author: Buyte 9 9 * Author URI: https://www.buytecheckout.com/ … … 13 13 * 14 14 * 15 * @version 0. 1.915 * @version 0.2.0 16 16 * @package Buyte 17 17 * @author Buyte … … 29 29 class WC_Buyte{ 30 30 /* version number */ 31 const VERSION = '0. 1.9';31 const VERSION = '0.2.0'; 32 32 /* ajax */ 33 33 const AJAX_SUCCESS = 'buyte_success';
Note: See TracChangeset
for help on using the changeset viewer.