Skip to content

🐛 Source Shopify: incorrect type of amount in order_refunds schema #5852

@bazarnov

Description

@bazarnov

Shopify order_refunds schema has incorrect property type:

ERROR root:test_core.py:158 The order_refunds stream has the following schema errors: '0.00' is not of type 'null', 'number' Failed validating 'type' in schema['properties']['order_adjustments']['items']['properties']['tax_amount']: {'type': ['null', 'number']} On instance['order_adjustments'][0]['tax_amount']: '0.00' 
'232.30' is not of type 'null', 'number' Failed validating 'type' in schema['properties']['order_adjustments']['items']['properties']['amount']: {'type': ['null', 'number']} On instance['order_adjustments'][0]['amount']: '232.30' 

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions