Skip to content

Commit

Permalink
Merge pull request #39 from peterwilsoncc/tweak/37-pre-order-support
Browse files Browse the repository at this point in the history
Add Pre-orders to supported features.
  • Loading branch information
jimjasson authored May 9, 2024
2 parents 7c55051 + 091c670 commit 9c7a7b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/class-wc-gateway-dummy.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public function __construct() {
$this->icon = apply_filters( 'woocommerce_dummy_gateway_icon', '' );
$this->has_fields = false;
$this->supports = array(
'pre-orders',
'products',
'subscriptions',
'subscription_cancellation',
Expand Down

0 comments on commit 9c7a7b5

Please sign in to comment.