Skip to content

Commit

Permalink
fix: paypal payment
Browse files Browse the repository at this point in the history
  • Loading branch information
sapayth committed Dec 12, 2023
1 parent 5cb7065 commit 77e9b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions includes/Frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#[AllowDynamicProperties]
class Frontend {
use ContainerTrait;

public function __construct() {
$this->frontend_form = new Frontend\Frontend_Form();
$this->registration = new Frontend\Registration();
Expand Down
1 change: 1 addition & 0 deletions wpuf.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ public function instantiate() {
$this->subscription = new WeDevs\Wpuf\Admin\Subscription();
$this->fields = new WeDevs\Wpuf\Admin\Forms\Field_Manager();
$this->customize = new WeDevs\Wpuf\Admin\Customizer_Options();
$this->paypal = new WeDevs\Wpuf\Lib\Gateway\Paypal();

if ( is_admin() ) {
$this->admin = new WeDevs\Wpuf\Admin();
Expand Down

0 comments on commit 77e9b55

Please sign in to comment.