Skip to content

Commit

Permalink
Updates to Tickets page (implementing woocommerce products)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Moraes committed Sep 16, 2018
1 parent 5c64f81 commit aac4bf3
Show file tree
Hide file tree
Showing 18 changed files with 342 additions and 194 deletions.
4 changes: 4 additions & 0 deletions app/config/wp/scripts-and-styles.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php

use Automattic\WooCommerce\Client;



/**
* Register scripts and styles and enqueue them
*/
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"symfony/finder": "^4.1",
"vlucas/phpdotenv": "^2.4",
"suomato/luna": "^1.3",
"timber/timber": "^1.7"
"timber/timber": "^1.7",
"automattic/woocommerce": "^2.0"
},
"autoload": {
"files": ["app/helpers.php", "resources/languages/messages.php"],
Expand Down
83 changes: 66 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aac4bf3

Please sign in to comment.