CM-23: Adds spec for PreAuthorizationFailure error type (#6)

* Bumps build workflow
This commit is contained in:
Aleksey Kashapov 2023-03-24 11:30:15 +03:00 committed by GitHub
parent a19e716966
commit 8e58e6dc01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
run:
name: Run checks
needs: setup
uses: valitydev/erlang-workflows/.github/workflows/erlang-parallel-build.yml@v1.0.3
uses: valitydev/erlang-workflows/.github/workflows/erlang-parallel-build.yml@v1.0.10
with:
otp-version: ${{ needs.setup.outputs.otp-version }}
rebar-version: ${{ needs.setup.outputs.rebar-version }}

View File

@ -20,7 +20,7 @@
%%
-type error_type() :: 'PaymentFailure' | 'RefundFailure'.
-type error_type() :: 'PaymentFailure' | 'RefundFailure' | 'PreAuthorizationFailure'.
-type type() :: atom().
-type reason() :: binary().