reditect to order
This commit is contained in:
@@ -102,7 +102,6 @@ def test_checkout_coupon(
|
||||
lambda_context,
|
||||
)
|
||||
body = json.loads(r['body'])
|
||||
print(body)
|
||||
assert r['statusCode'] == HTTPStatus.CREATED
|
||||
|
||||
r = dynamodb_persistence_layer.collection.query(PartitionKey(body['id']))
|
||||
@@ -125,7 +124,7 @@ def test_checkout_from_user(
|
||||
'cpf': '07879819908',
|
||||
'name': 'Sérgio R Siqueira',
|
||||
'email': 'sergio@somosbeta.com.br',
|
||||
'payment_method': 'MANUAL',
|
||||
'payment_method': 'BANK_SLIP',
|
||||
'address': {
|
||||
'sk': 'METADATA#ADDRESS',
|
||||
'address1': 'Rua Monsenhor Ivo Zanlorenzi',
|
||||
|
||||
Reference in New Issue
Block a user