summaryrefslogtreecommitdiff
path: root/plugin/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/README.md')
-rw-r--r--plugin/README.md54
1 files changed, 0 insertions, 54 deletions
diff --git a/plugin/README.md b/plugin/README.md
deleted file mode 100644
index d799c60..0000000
--- a/plugin/README.md
+++ /dev/null
@@ -1,54 +0,0 @@
-=== GNU Taler Payment Gateway for WooCommerce ===
-Contributors: hofmd2, sakaeo, grothoff
-Donate link: https://donations.demo.taler.net/
-Tags: WooCommerce, e-commerce, GNU Taler, Taler, Payment Gateway
-Requires at least: 5.1
-Tested up to: 5.5.1
-Stable tag: 5.5
-Requires PHP: 7.2
-License: GNU General Public License v2.0+
-License URI: http://www.gnu.org/licenses/gpl-2.0.html
-
-Online payment plugin for WooCommerce powered by GNU Taler
-
-== Description ==
-
-This plugin provides a safe and secure way to pay via the GNU Taler system. The plugin sends a request to, and receives a response from, the GNU Taler Backend.
-
-Next, the plugin confirms the transaction again and redirects the customer to his own wallet to confirm the transaction.
-
-The plugin also provides the possibility for the administrator to send the custumer a refund.
-
-For refunds, the plugin sends a refund request to the GNU Taler back-end and receives a refund-URI. This URI is forwarded to the customer via an e-mail to confirm the refund.
-
-
-== Installation ==
-
-1. Ensure you have latest version of WooCommerce plugin installed
-2. Upload (or copy) the plugin directory (`GNU-Taler-Payment-Gateway`) to the `/wp-content/plugins/` directory of your WordPress/WooCommerce site, or install the plugin through the WordPress plugins interface at `<your-site>/wp-admin/plugins.php`.
-3. Activate the GNU Taler Payment Gateway for WooCommerce plugin through the 'Plugins' screen in WordPress.
-4. In the WordPress interface, navigate to WooCommerce -> Settings-> Payments tab. Locate the `GNU Taler Gateway` entry and click the `Set up` button to configure the plugin.
-
-== Frequently Asked Questions ==
-
-*Q: Do I have to have a GNU Taler account to test the plugin?*
-
-A: Yes, you need to have a "bank" account to withdraw cash. You can setup one easily at: https://bank.demo.taler.net/
-
-*Q: Does the customer need to have the GNU Taler Wallet installed to pay with GNU Taler?*
-
-A: Yes, the customer needs the GNU Taler Wallet. The customer can get a wallet here: https://wallet.taler.net/
-
-*Q: Can the plugin work without WooCommerce*
-
-A: For the plugin to work correctly you need to have the WooCommerce plugin installed on a WordPress site
-
-
-== Changelog ==
-
-= 0.6.0 =
-* First Public Release
-
-= 0.8.0 =
-
-* Adaptations to GNU Taler Merchant API 1:0:0