devops-customers-squad / customers

This repository contains the implementation of the customers RESTful Flask service to be used by the eCommerce site.
Apache License 2.0
0 stars 2 forks source link

Refactoring zipcode from integer to string type & fix BDD testing failing because of no location is speficied to customer_args and address_args #204

Closed Bobby-Zien closed 2 years ago

Bobby-Zien commented 2 years ago

As a Customer I need to store zipcode as strings
So that customers from other countries can store the zipcode in strings (e.g. in Canada, K7M2N5 is a zipcode)

Details & Assumptions:

Acceptance Criteria:

Given refactored zipcode
When a user input the zipcode in the UI
Then the zipcode is stored in strings in the database