diff --git a/README.md b/README.md index 1f6e221..808958e 100644 --- a/README.md +++ b/README.md @@ -1 +1,26 @@ -# Tap-WooCommerce-V1 \ No newline at end of file +# Tap-WooCommerce-V1 + +## Description + +This plugin allows you to accept payments using Tap in WooCommerce. + +## Installation + +1. Download and unzip the plugin files. +2. Upload the `Tap-WooCommerce-V1-main` folder to the `/wp-content/plugins/` directory in your WordPress installation. +3. Activate the plugin through the 'Plugins' menu in WordPress. + +## Configuration + +1. Go to your WooCommerce settings page. +2. In the 'Payment Gateways' section, you should see 'Tap'. Click on the 'Configure' button. +3. Enter your Tap API key and other required information. +4. Save the settings. + +## Usage + +Customers will be able to select Tap as a payment method during checkout. + +## Support + +If you need support, please contact us at support@tap.company. \ No newline at end of file diff --git a/wc-payment-method-tap.js b/wc-payment-method-tap.js index f82b230..360b7de 100644 --- a/wc-payment-method-tap.js +++ b/wc-payment-method-tap.js @@ -70,7 +70,7 @@ s = { name: "tap", label: Object(r.createElement)("img", { - src: logo_src + "/tap-all-in-one/assets/img/logo.png", + src: logo_src + "/Tap-WooCommerce-V1-main/assets/img/logo.png", alt: Object(a.decodeEntities)(l.title || Object(i.__)("Tap", "woocommerce")) }), placeOrderButtonLabel: Object(i.__)("Proceed to Tap", "woocommerce"),