You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
When deploying payment module (
make all-payment
), there is an error in cloudwatch logs for the payment-onCreatedFunction:Looking at the event, we have an OrderCreated event, mixed with a PACKAGING_FAILED status and actually no paymentToken:
The problem comes from the integration test (test_on_failed_warehouse):
aws-serverless-ecommerce-platform/payment/tests/integ/test_on_events.py
Line 147 in 969f6f8
Same error and quite similar event for the test_on_failed_delivery:
aws-serverless-ecommerce-platform/payment/tests/integ/test_on_events.py
Line 204 in 969f6f8
The text was updated successfully, but these errors were encountered: