Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Jul 10, 2019
1 parent 61a72a7 commit 6e28061
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Empty file.
Empty file.
4 changes: 4 additions & 0 deletions includes/type/input/class-fee-line-input.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ public static function register() {
'type' => 'String',
'description' => __( 'Fee name.', 'wp-graphql-woocommerce' ),
),
'amount' => array(
'type' => 'String',
'description' => __( 'Fee amount.', 'wp-graphql-woocommerce' ),
),
'taxClass' => array(
'type' => 'TaxClassEnum',
'description' => __( 'Tax class of fee.', 'wp-graphql-woocommerce' ),
Expand Down

0 comments on commit 6e28061

Please sign in to comment.