Closed mariounderwood closed 4 years ago
It was needed to implement a method to find OXXO payments by their oxxo reference
SearchAsync
/orders
Execute the following command:
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=./lcov.info /p:Exclude="[xunit*]*"
Description:
It was needed to implement a method to find OXXO payments by their oxxo reference
Changes proposed:
SearchAsync
calling the/orders
endpoint with the reference query string. This allows to make some more queries over the order.How to test it:
Execute the following command:
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=./lcov.info /p:Exclude="[xunit*]*"