Skip to content

Commit

Permalink
Fixed logo problem Tap-Payments#2 added Readme
Browse files Browse the repository at this point in the history
enderkus committed Oct 17, 2024
1 parent 594922b commit 4f7dd57
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# Tap-WooCommerce-V1
# 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.
2 changes: 1 addition & 1 deletion wc-payment-method-tap.js
Original file line number Diff line number Diff line change
@@ -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"),

0 comments on commit 4f7dd57

Please sign in to comment.