update
This commit is contained in:
@@ -249,7 +249,7 @@ def test_collection_get_items(
|
||||
doc = collect.get_items(
|
||||
TransactKey('cJtK9SsnJhKPyxESe7g3DG')
|
||||
+ SortKey('0')
|
||||
+ SortKey('billing_policy')
|
||||
+ SortKey('billing_policy', path_spec='payment_method')
|
||||
+ SortKey('payment_policy'),
|
||||
)
|
||||
|
||||
@@ -259,7 +259,7 @@ def test_collection_get_items(
|
||||
'id': 'cJtK9SsnJhKPyxESe7g3DG',
|
||||
'cnpj': '15608435000190',
|
||||
'email': 'org+15608435000190@users.noreply.betaeducacao.com.br',
|
||||
'billing_policy': {'billing_day': Decimal('1'), 'payment_method': 'PIX'},
|
||||
'billing_policy': 'PIX',
|
||||
'payment_policy': {'due_days': Decimal('90')},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user