-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20f020b
commit 38414d9
Showing
14 changed files
with
561 additions
and
7 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
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
2 changes: 1 addition & 1 deletion
2
Writerside/topics/Create-paylink-without-personal-information.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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Login | ||
|
||
<include from="Snippets-AuthAPI.md" element-id="snippet-header" /> | ||
|
||
For an example see [here](Auth-Example-Login.md) | ||
|
||
Start typing here... |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,20 @@ | |
|
||
<var name="MERCHANT_ID" value="12345"/> | ||
<var name="MERCHANT_KEY" value="123451234512"/> | ||
<var name="MERCHANT_COMPANY" value="Qvickly Usability & Testing AB"/> | ||
<var name="MERCHANT_EMAIL" value="[email protected]"/> | ||
<var name="SERVICE_ID" value="12345"/> | ||
<var name="ACCOUNT_ID" value="12345"/> | ||
<var name="EXAMPLE_NAME" value="Tess T Person"/> | ||
<var name="EXAMPLE_FIRSTNAME" value="Tess T"/> | ||
<var name="EXAMPLE_LASTNAME" value="Person"/> | ||
<var name="EXAMPLE_USERNAME" value="tesstperson"/> | ||
<var name="EXAMPLE_PHONE" value="46700000000"/> | ||
<var name="EXAMPLE_ADDRESS" value="Testvägen 1"/> | ||
<var name="EXAMPLE_CITY" value="Testinge"/> | ||
<var name="EXAMPLE_ZIP" value="12345"/> | ||
<var name="EXAMPLE_PNO" value="5501011018"/> | ||
<var name="EXAMPLE_EMAIL" value="[email protected]"/> | ||
<var name="DEVELOPER_MAIL_ADDRESS" value="[email protected]"/> | ||
|
||
<var name="code-json" value="JSON"/> | ||
|
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 @@ | ||
#!/bin/bash | ||
|
||
echo "The following needs attention" | ||
|
||
grep "Start typing here..." ./Writerside/topics/ -R | sort | ||
|