Skip to content

Commit 23c9295

Browse files
author
izzycoder18
committed
Synching with latest Wordpress version.
1 parent ca201d1 commit 23c9295

File tree

2 files changed

+54
-2
lines changed

2 files changed

+54
-2
lines changed

readme.txt

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
=== Plugin Name ===
2+
Contributors: izzycoder18
3+
Tags: payments,bitcoin-payments,cryptocurrency,paybyte,payment
4+
Requires at least: 4.6
5+
Tested up to: 5.0.3
6+
Stable tag: trunk
7+
Requires PHP: 5.2.4
8+
License: MIT
9+
License URI: https://github.com/paybyte-payment/paybyte-woocommerce-plugin/blob/master/LICENSE
10+
11+
Accept Crypto payments in your WordPress WooCommerce website using PayByte.
12+
13+
== Description ==
14+
15+
PayByte is a crypto payment processor that acts in a non-custodial fashion when merchants accept payments from their customers. In this scenario, funds go straight from a customer's wallet to the merchant's wallet, without any middlemen involved in the transaction. It's almost trustless!
16+
17+
PayByte's key competitive advantage is that it charges flat and fixed fees based on transaction volume, while all other processors charge percentage-based fees.
18+
19+
Paybyte doesn't need your Private Keys, by leveraging the power of the Blockchain, PayByte uses your XPUB (Extended Public Key) to generate addresses on your behalf that can be used just to watch incoming transactions. As a result, funds go directly to your wallet and in doing so eliminate middleman from the payment process.
20+
21+
Key features:
22+
23+
- Non-Custodial payments using HD/BIP-32 addresses generation.
24+
- Segwit address schema fully supported.
25+
- KYC/AML checks for customer and merchants security.
26+
- Supported coins: Bitcoin, Bictoin Cash, Dash, Litecoin, Groestlcoin, BitCore, DigiByte, Bitcoin Gold and more!
27+
28+
In order to use PayByte For WooCommerce, you will need to create a Merchant account on PayByte and get an API KEY.
29+
30+
Just go to [https://paybyte.io](https://paybyte.io) to register as a merchant and get your API KEY.
31+
32+
== Installation ==
33+
34+
- Copy the entire folder content into your Wordpress installation under wp-content/plugins
35+
- Go to your Wordpress administration panel under: Plugins -> Installed plugins -> PayByte for WooCommerce.
36+
- Activate PayByte plugin.
37+
- In Wordpress Administration panel, go to WooCommerce -> Settings -> Payments.
38+
- Enable PayByte option and click on the "Set up" button.
39+
- Configure PayByte plugin as required.
40+
41+
== Frequently Asked Questions ==
42+
43+
Please refer to our website FAQ on [https://paybyte.io/faq](https://paybyte.io/faq)
44+
45+
== Changelog ==
46+
47+
= 1.0.2 =
48+
* Minor improvements.
49+
50+
= 1.0.0 =
51+
* First plugin submission.

woocommmerce-paybyte.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
Plugin Name: PayByte for WooCommerce
44
Plugin URI: https://wordpress.org/plugins/paybyte-for-woocommerce
55
Description: Enable your WooCommerce store to accept Crypto payments using PayByte Crypto payments processor.
6-
Version: 1.0.0
6+
Version: 1.0.2
77
Author: PayByte
88
Text Domain: PayByte.io
9-
Author URI: https://github.com/paybyte-payment
9+
Author URI: https://github.com/paybyte-payment
10+
Tested up to: 5.0.3
1011
1112
* WC requires at least: 2.4
1213
* WC tested up to: 3.5.2

0 commit comments

Comments
 (0)