Skip to content

Commit

Permalink
Update title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaciulis committed Oct 22, 2024
1 parent eb05d1f commit 29c57a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ For the testing mode to work, you must generate separate API credentials on [htt
1. Login to your WordPress admin panel and go to Plugins > Add New.
2. In the Search Plugins field, type in “coingate”. When the CoinGate for WooCommerce plugin is displayed, click “Install Now” (if asked, enter your FTP credentials).
3. After the plugin is installed, click “Activate”.
4. Go to WooCommerce > Settings > Payments > Method : “CoinGate – Cryptocurrencies via CoinGate (more than 50 supported)” and then click the check box “Enabled”. After Enabled is clicked then press on CoinGate on the same page. If needed, change the Description and the Title according to your preferences.
4. Go to WooCommerce > Settings > Payments > Method : “Cryptocurrencies via CoinGate” and then click the check box “Enabled”. After Enabled is clicked then press on CoinGate on the same page. If needed, change the Description and the Title according to your preferences.
5. Enter your API credentials on the WooCommerce configuration page.
6. Set the *Receive Currency* parameter to the currency in which you wish to receive your payouts from CoinGate.
At this point, you can also configure how CoinGate order statuses will correspond to WooCommerce order statuses. Leave the default options if you are not sure.
Expand Down
4 changes: 2 additions & 2 deletions includes/class-coingate-for-woocommerce-payment-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ public function init_form_fields() {
'title' => __( 'Description', 'coingate' ),
'type' => 'textarea',
'description' => __( 'The payment method description which a user sees at the checkout of your store.', 'coingate' ),
'default' => __( 'Pay with BTC, LTC, ETH, XMR, XRP, BCH and other cryptocurrencies. Powered by CoinGate.', 'coingate' ),
'default' => __( 'Pay with BTC, LTC, ETH, TRX, stablecoins and other cryptocurrencies.', 'coingate' ),
),
'title' => array(
'title' => __( 'Title', 'coingate' ),
'type' => 'text',
'description' => __( 'The payment method title which a customer sees at the checkout of your store.', 'coingate' ),
'default' => __( 'Cryptocurrencies via CoinGate (more than 50 supported)', 'coingate' ),
'default' => __( 'Cryptocurrencies via CoinGate', 'coingate' ),
),
'api_auth_token' => array(
'title' => __( 'API Auth Token', 'coingate' ),
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ For the testing mode to work, you must generate separate API credentials on [htt
1. Login to your WordPress admin panel and go to Plugins > Add New.
2. In the Search Plugins field, type in “coingate”. When the CoinGate for WooCommerce plugin is displayed, click “Install Now” (if asked, enter your FTP credentials).
3. After the plugin is installed, click “Activate”.
4. Go to WooCommerce > Settings > Payments > Method : “CoinGate – Cryptocurrencies via CoinGate (more than 50 supported)” and then click the check box “Enabled”. After Enabled is clicked then press on CoinGate on the same page. If needed, change the Description and the Title according to your preferences.
4. Go to WooCommerce > Settings > Payments > Method : “Cryptocurrencies via CoinGate” and then click the checkbox “Enabled”. After Enabled is clicked then press on CoinGate on the same page. If needed, change the Description and the Title according to your preferences.
5. Enter your API credentials on the WooCommerce configuration page.
6. Set the *Receive Currency* parameter to the currency in which you wish to receive your payouts from CoinGate.
At this point, you can also configure how CoinGate order statuses will correspond to WooCommerce order statuses. Leave the default options if you are not sure.
Expand Down

0 comments on commit 29c57a3

Please sign in to comment.