mirror of
https://github.com/valitydev/payproc-errors-erlang.git
synced 2024-11-06 01:25:17 +00:00
CM-23: Adds spec for PreAuthorizationFailure
error type (#6)
* Bumps build workflow
This commit is contained in:
parent
a19e716966
commit
8e58e6dc01
2
.github/workflows/erlang-checks.yml
vendored
2
.github/workflows/erlang-checks.yml
vendored
@ -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 }}
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
%%
|
||||
|
||||
-type error_type() :: 'PaymentFailure' | 'RefundFailure'.
|
||||
-type error_type() :: 'PaymentFailure' | 'RefundFailure' | 'PreAuthorizationFailure'.
|
||||
-type type() :: atom().
|
||||
-type reason() :: binary().
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user