Users can make a refund using GET or POST, although POST is preferred (GET is legacy for backwards-compatibility). Let's update our CL to remain consistent.
Switch refund to POST HTTP method
Re-record cassettes
NON-BREAKING CHANGE
Testing
All tests pass
Pull Request Type
Please select the option(s) that are relevant to this PR.
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] Improvement (fixing a typo, updating readme, renaming a variable name, etc)
Description
Users can make a refund using GET or POST, although POST is preferred (GET is legacy for backwards-compatibility). Let's update our CL to remain consistent.
NON-BREAKING CHANGE
Testing
Pull Request Type
Please select the option(s) that are relevant to this PR.