File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -148,16 +148,16 @@ protected function init() {
148
148
'type ' => function () {
149
149
return ! empty ( $ this ->wc_data ->get_type () ) ? $ this ->wc_data ->get_type () : null ;
150
150
},
151
- 'priceRaw ' => function () {
152
- return ! empty ( $ this ->wc_data ->get_price () ) ? $ this ->wc_data ->get_price () : null ;
153
- },
154
- 'regularPriceRaw ' => function () {
155
- return ! empty ( $ this ->wc_data ->get_regular_price () ) ? $ this ->wc_data ->get_regular_price () : null ;
151
+ 'priceRaw ' => function () {
152
+ return ! empty ( $ this ->wc_data ->get_price () ) ? $ this ->wc_data ->get_price () : null ;
156
153
},
154
+ 'regularPriceRaw ' => function () {
155
+ return ! empty ( $ this ->wc_data ->get_regular_price () ) ? $ this ->wc_data ->get_regular_price () : null ;
156
+ },
157
157
158
- 'salePriceRaw ' => function () {
159
- return ! empty ( $ this ->wc_data ->get_sale_price () ) ? $ this ->wc_data ->get_sale_price () : null ;
160
- },
158
+ 'salePriceRaw ' => function () {
159
+ return ! empty ( $ this ->wc_data ->get_sale_price () ) ? $ this ->wc_data ->get_sale_price () : null ;
160
+ },
161
161
162
162
/**
163
163
* Connection resolvers fields
You can’t perform that action at this time.
0 commit comments