Skip to content

Commit

Permalink
Merge pull request #52 from saferpay/feature/update-changelog-v1.38
Browse files Browse the repository at this point in the history
Feature/update changelog v1.38
  • Loading branch information
f4b3ch authored Jan 12, 2024
2 parents 69cac1a + dae2249 commit 02657ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 27 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/create-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4

- name: build pages
- name: Check out old gh pages
uses: actions/checkout@v4
with:
ref: gh-pages
path: _gh_pages

- name: build new version page
run: libs/GitHubPagesGenerator.exe -i "${{ github.workspace }}" -s "${{ github.workspace }}/Sitemap.json" -c "${{ github.workspace }}" -o _gh_pages -t "JSON API Spec-Version 1.38"

- name: push
- name: push updated gh pages
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
Expand Down
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion texts/ChapterPaymentPage.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ Call this function to safely check the status of the transaction from your serve
<p><strong>Important:</strong></p>
<ul>
<li>Depending on the payment provider, the resulting transaction may either be an authorization or may already be captured (meaning the financial flow was already triggered). This will be visible in the status of the transaction container returned in the response.</li>
<li>This function can be called up to 24 hours after the transaction was initialized.</li>
<li>This function can be called up to 24 hours after the transaction was initialized. For pending transaction the token expiration is increased to 96 hours.</li>
<li>If the transaction failed (the payer was redirected to the Fail url or he manipulated the return url), an error response with an http status code 400 or higher containing an error message will be returned providing some information on the transaction failure.</li>
</ul>
</div>
Expand Down

0 comments on commit 02657ad

Please sign in to comment.