Skip to content

Commit

Permalink
configured for wp.org
Browse files Browse the repository at this point in the history
  • Loading branch information
BeycanDeveloper committed Apr 16, 2024
1 parent 0ada0df commit b9a24cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/Payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
// phpcs:disable SlevomatCodingStandard.TypeHints.PropertyTypeHint
// phpcs:disable SlevomatCodingStandard.TypeHints.ParameterTypeHint

use BeycanPress\CryptoPay\Integrator\Helpers;

class Payments
{
/**
Expand Down Expand Up @@ -154,7 +156,7 @@ public function builderContent(): void
*/
public function builderSidebar(): void
{
echo wpforms_render(
Helpers::run('ksesEcho', wpforms_render(
'builder/payment/sidebar',
[
'configured' => 'configured',
Expand All @@ -164,7 +166,7 @@ public function builderSidebar(): void
'recommended' => $this->recommended,
],
true
);
));
}

/**
Expand Down

0 comments on commit b9a24cc

Please sign in to comment.