Skip to content

Commit 6e28061

Browse files
committed
initial commit
1 parent 61a72a7 commit 6e28061

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

includes/mutation/class-order-delete-items.php

Whitespace-only changes.

includes/mutation/class-order-update-items.php

Whitespace-only changes.

includes/type/input/class-fee-line-input.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ public static function register() {
2929
'type' => 'String',
3030
'description' => __( 'Fee name.', 'wp-graphql-woocommerce' ),
3131
),
32+
'amount' => array(
33+
'type' => 'String',
34+
'description' => __( 'Fee amount.', 'wp-graphql-woocommerce' ),
35+
),
3236
'taxClass' => array(
3337
'type' => 'TaxClassEnum',
3438
'description' => __( 'Tax class of fee.', 'wp-graphql-woocommerce' ),

0 commit comments

Comments
 (0)