Skip to content

Commit

Permalink
configured for wp.org
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBeycan committed Apr 27, 2024
1 parent 9e7d8af commit 202e488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public function __construct()
'orderId' => function ($tx) {
return Helpers::run('view', 'components/link', [
'url' => sprintf(admin_url('admin.php?page=ppress-orders&ppress_order_action=edit&id=1'), $tx->orderId), // @phpcs:ignore
/* translators: %d: order id */
'text' => sprintf(esc_html__('View order #%d', 'gf-cryptopay'), $tx->orderId)
]);
}
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Version: 1.0.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Cryptocurrency Payment Gateway Plugin for ProfilePress, Cryptocurrency payments for WordPress, Bitcoin payments, Crypto payments, USDT, BTC, ETH, SOL
Cryptocurrency Payment Gateway for ProfilePress, Cryptocurrency payments for WordPress, Bitcoin payments, Crypto payments, USDT, BTC, ETH, SOL

== Description ==

### Cryptocurrency Payment Gateway Plugin for ProfilePress by CryptoPay
### Cryptocurrency Payment Gateway for ProfilePress by CryptoPay

First of all, we would like to point out that this plugin is not a standalone plugin. This plugin is a **<a href="https://beycanpress.com/cryptopay/?utm_source=wporg_readme&utm_medium=cryptopay_pp">cryptocurrency payment gateway for ProfilePress</a>**. In other words, users who want to sell courses with cryptocurrency payments can use WordPress and ProfilePress. However, this plugin is a plugin for CryptoPay and a cryptocurrency payment gateway for ProfilePress. So it's actually CryptoPay, which is the main plugin that handles cryptocurrency payments for WordPress. Therefore, users must have both plugins.

Expand Down

0 comments on commit 202e488

Please sign in to comment.