-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2163 from SwedbankPay/develop-pos
Develop pos
- Loading branch information
Showing
11 changed files
with
61 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{:.code-view-header} | ||
**Possible values in AcquirerData. Either any of them or both** | ||
|
||
```json | ||
|
||
{"purchaseOrderNumber":"<ordernumber>","loyaltyPan":"<pan>"} | ||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{% include alert.html type="informative" icon="info" header="Heads up" | ||
body="When running as a server the program needs elevated privileges. It may be avoided by entering the following command as administrator:" %} | ||
{% include alert.html type="informative" body=" | ||
netsh http add urlacl url=http://*:11000/EPASSaleToPOI/3.1/ sddl=D:(A;;GX;;;WD)" %} | ||
{% include alert.html type="informative" body=" | ||
where :11000 is the default port. If listening to another port the command must be changed." %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Avoid Privilege Elevation | ||
description: | | ||
When running as a server the HttpListener is used which normally requires an elevation of privileges | ||
permalink: /:path/avoid-privilige-elevation/ | ||
hide_from_sidebar: true | ||
icon: | ||
content: verified_user | ||
outlined: true | ||
menu_order: 20 | ||
--- | ||
{%include pax-netshaddurlacl.md%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: AcquirerData | ||
description: | | ||
The content is base64 encoded and sent to the terminal i SaleToAcquirerData in a PaymentRequest | ||
permalink: /:path/acquirerdata/ | ||
hide_from_sidebar: true | ||
--- | ||
### Special data sent to host | ||
|
||
This field is used for special purposes and is normally left empty. | ||
|
||
{%include pax-acquirerdata.md%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters