Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Release 1.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
sbossert committed Jul 13, 2020
1 parent 6508995 commit f461a62
Show file tree
Hide file tree
Showing 7 changed files with 100 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ This repository contains the OpenCart wallee payment module that enables the sh

## Documentation

* [English](https://plugin-documentation.wallee.com/wallee-payment/opencart-2.1/1.0.38/docs/en/documentation.html)
* [English](https://plugin-documentation.wallee.com/wallee-payment/opencart-2.1/1.0.39/docs/en/documentation.html)

## Support

Support queries can be issued on the [wallee support site](https://app-wallee.com/space/select?target=/support).

## License

Please see the [license file](https://github.com/wallee-payment/opencart-2.1/blob/1.0.38/LICENSE) for more information.
Please see the [license file](https://github.com/wallee-payment/opencart-2.1/blob/1.0.39/LICENSE) for more information.
1 change: 1 addition & 0 deletions docs/en/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ ol.glossary li::before {
}

.listingblock pre code {
display: block;
padding: 20px;
}

Expand Down
2 changes: 2 additions & 0 deletions docs/en/assets/base.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
(function($){

hljs.initHighlightingOnLoad();

$(document).ready(function(){
$('.col-right-wrapper').stick_in_parent({
parent: '.layout-content'
Expand Down
6 changes: 6 additions & 0 deletions docs/en/assets/highlight.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/en/assets/jquery.js

Large diffs are not rendered by default.

83 changes: 83 additions & 0 deletions docs/en/assets/monokai-sublime.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
/*
Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/
*/

.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #23241f;
}

.hljs,
.hljs-tag,
.hljs-subst {
color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
color: #a6e22e;
}

.hljs-strong {
font-weight: bold;
}

.hljs-emphasis {
font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
color: #f92672;
}

.hljs-symbol,
.hljs-attribute {
color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
color: #e6db74;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
color: #75715e;
}
6 changes: 4 additions & 2 deletions docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="keywords" value="wallee, Opencart 2.1, Opencart Module, Opencart Payment, Opencart Extension, Payment, Payment Integration, Documentation"><meta name="description" value="The documentation for the Opencart extension that enables processing payments with wallee."> <link rel="canonical" href="https://plugin-documentation.wallee.com/wallee-payment/opencart-2.1/master/docs/en/documentation.html" />
<title>wallee Opencart 2.1</title>
<link href="assets/monokai-sublime.css" rel="stylesheet" />
<link href="assets/base.css" rel="stylesheet" />
</head>
<body class="documentation">
Expand All @@ -21,7 +22,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/wallee-payment/opencart-2.1/releases/tag/1.0.38/">
<a href="https://github.com/wallee-payment/opencart-2.1/releases/tag/1.0.39/">
Source
</a>
</li>
Expand All @@ -48,7 +49,7 @@ <h1>
<div class="olist arabic">
<ol class="arabic">
<li>
<p><a href="https://github.com/wallee-payment/opencart-2.1/releases/tag/1.0.38/">Download</a> the extension.</p>
<p><a href="https://github.com/wallee-payment/opencart-2.1/releases/tag/1.0.39/">Download</a> the extension.</p>
</li>
<li>
<p>Extract the files and upload the content of the <code>Upload</code> directory into the root directory of your store using FTP/SSH.</p>
Expand Down Expand Up @@ -574,6 +575,7 @@ <h1>
<script type="text/javascript" src="assets/jquery.js"></script>
<script type="text/javascript" src="assets/scrollspy.js"></script>
<script type="text/javascript" src="assets/sticky-kit.js"></script>
<script type="text/javascript" src="assets/highlight.js"></script>
<script type="text/javascript" src="assets/base.js"></script>
</body>
</html>

0 comments on commit f461a62

Please sign in to comment.