omise / omise-swift

15 stars 10 forks source link

Fix decoding of email in recipient #109

Closed tobias90 closed 3 years ago

tobias90 commented 3 years ago

1. Objective

The email of a recipient can be null but during the decoding a null value is not accepted.

2. Description of change

Fixed decoding of email in recipient to accept null.

3. Quality assurance

Test should pass for recipient with an email that is null.

4. Operations impact

N/A

5. Business impact

N/A

6. The priority of change

Normal