Skip to content

Commit 4f35a1b

Browse files
authored
Adde Webhook and PaymentGateway facade alias
1 parent 4a5f2f3 commit 4f35a1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"Customer": "Codexshaper\\WooCommerce\\Models\\Customer",
4444
"Note": "Codexshaper\\WooCommerce\\Models\\Note",
4545
"Order": "Codexshaper\\WooCommerce\\Models\\Order",
46+
"PaymentGateway": "Codexshaper\\WooCommerce\\Facades\\PaymentGateway",
4647
"Product": "Codexshaper\\WooCommerce\\Models\\Product",
4748
"Refund": "Codexshaper\\WooCommerce\\Models\\Refund",
4849
"Report": "Codexshaper\\WooCommerce\\Models\\Report",
@@ -57,6 +58,7 @@
5758
"TaxClass": "Codexshaper\\WooCommerce\\Models\\TaxClass",
5859
"Term": "Codexshaper\\WooCommerce\\Models\\Term",
5960
"Variation": "Codexshaper\\WooCommerce\\Models\\Variation",
61+
"Webhook": "Codexshaper\\WooCommerce\\Facades\\Webhook",
6062
"WooCommerce": "Codexshaper\\WooCommerce\\Facades\\WooCommerce"
6163
}
6264
}

0 commit comments

Comments
 (0)