Skip to content

Commit

Permalink
Adde Webhook and PaymentGateway facade alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Codexshaper authored Oct 17, 2020
1 parent 4a5f2f3 commit 4f35a1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"Customer": "Codexshaper\\WooCommerce\\Models\\Customer",
"Note": "Codexshaper\\WooCommerce\\Models\\Note",
"Order": "Codexshaper\\WooCommerce\\Models\\Order",
"PaymentGateway": "Codexshaper\\WooCommerce\\Facades\\PaymentGateway",
"Product": "Codexshaper\\WooCommerce\\Models\\Product",
"Refund": "Codexshaper\\WooCommerce\\Models\\Refund",
"Report": "Codexshaper\\WooCommerce\\Models\\Report",
Expand All @@ -57,6 +58,7 @@
"TaxClass": "Codexshaper\\WooCommerce\\Models\\TaxClass",
"Term": "Codexshaper\\WooCommerce\\Models\\Term",
"Variation": "Codexshaper\\WooCommerce\\Models\\Variation",
"Webhook": "Codexshaper\\WooCommerce\\Facades\\Webhook",
"WooCommerce": "Codexshaper\\WooCommerce\\Facades\\WooCommerce"
}
}
Expand Down

0 comments on commit 4f35a1b

Please sign in to comment.