Plugin Directory

Changeset 2154640


Ignore:
Timestamp:
09/11/2019 08:03:43 AM (7 years ago)
Author:
webdoodle
Message:

Preparing for 0.2.0 release

Location:
buyte/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • buyte/trunk/README.txt

    r2154623 r2154640  
    11=== Buyte ===
    22Contributors: webdoodle
    3 Tags: apple pay, google pay, fast checkout, digital wallet, mobile first, mobile checkout,
    4 Stable tag: 0.1.9
     3Tags: apple pay, google pay, fast checkout, digital wallet, mobile first, mobile checkout
     4Stable tag: 0.2.0
    55Tested up to: 5.2.2
    6 License: GPLv2 or later License (http://www.gnu.org/licenses/gpl-2.0.html)
     6License: GPLv2 or later License http://www.gnu.org/licenses/gpl-2.0.html
    77
    88Buyte WooCommerce Plugin enables checkout using Apple Pay and Google Pay in a simple, codeless install. Accelerate your customer experience with a bite-sized checkout.
     
    1212**What is Buyte?**
    1313Buyte 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/)
     14You can find more information about Buyte here: [https://buytecheckout.com/](https://buytecheckout.com/)
    1515
    1616**How does it work?**
     
    2424
    2525== Setup ==
    26 1. Create an account at (https://dashboard.buytecheckout.com/signup/)
     261. Create an account at [https://dashboard.buytecheckout.com/signup/](https://dashboard.buytecheckout.com/signup/)
    27272. Create a checkout
    28 3. Connect your payment gateway
     283. Configure your payouts or connect your payment gateway
    29294. Use your Buyte API keys and Checkout Widget ID in the plugin configuration.
    3030
    3131== Terms ==
    3232
    33 Buyte Terms of Service: (http://bit.ly/buyte-msa)
     33Buyte Terms of Service: [http://bit.ly/buyte-msa](http://bit.ly/buyte-msa)
    3434
    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.
     35https://js.buytecheckout.com/v1/ is used to load the widget on the browser.
     36https://api.buytecheckout.com/v1/ is our API base URL and is used to facilitate charge requests against tokenised payments created by the Buyte widget.
    3737
    3838== Contributions ==
    3939
    40 Feel free to submit any pull requests here: (https://github.com/rsoury/buyte-woocommerce)
     40Feel free to submit any pull requests here: [https://github.com/rsoury/buyte-woocommerce](https://github.com/rsoury/buyte-woocommerce)
    4141
    4242== Installation ==
  • buyte/trunk/buyte.php

    r2154623 r2154640  
    55 * Plugin URI:        https://wordpress.org/plugins/buyte-woocommerce-plugin/
    66 * 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.9
     7 * Version:           0.2.0
    88 * Author:            Buyte
    99 * Author URI:        https://www.buytecheckout.com/
     
    1313 *
    1414 *
    15  * @version  0.1.9
     15 * @version  0.2.0
    1616 * @package  Buyte
    1717 * @author   Buyte
     
    2929class WC_Buyte{
    3030    /* version number */
    31     const VERSION = '0.1.9';
     31    const VERSION = '0.2.0';
    3232    /* ajax */
    3333    const AJAX_SUCCESS = 'buyte_success';
Note: See TracChangeset for help on using the changeset viewer.