Skip to content

Commit

Permalink
Merge pull request #16 from BeycanPress/alpha
Browse files Browse the repository at this point in the history
Alpha
  • Loading branch information
BeycanDeveloper authored May 30, 2024
2 parents 2aea3d6 + cebeafb commit 1e5bf80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions app/Types/Data/ConfigDataType.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
// Classes
use BeycanPress\CryptoPayLite\Helpers;
use BeycanPress\CryptoPayLite\Constants;
use BeycanPress\CryptoPayLite\PluginHero\Hook;
// Types
use BeycanPress\CryptoPayLite\Types\AbstractType;

Expand Down Expand Up @@ -59,7 +58,7 @@ class ConfigDataType extends AbstractType
* CryptoPay version code
* @var string
*/
private string $wcProjectId;
private ?string $wcProjectId;

#String types

Expand Down
1 change: 0 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ Yes, our plugin comes with WooCommerce crypto payment gateway support by default
* Fixed: MetaMask connection problem with last update
* Removed: BNB Chain Wallet (merged with TrustWallet)

== Changelog ==
= 2.1.6 =
* Added: Block confirmation count setting

Expand Down

0 comments on commit 1e5bf80

Please sign in to comment.