Skip to content

Commit

Permalink
Update to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan committed Oct 7, 2016
1 parent b2d2ba8 commit e9d796d
Show file tree
Hide file tree
Showing 6 changed files with 2,374 additions and 2,843 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
## 2.0

- Update pay-out version to 2.0
- mondido.payment.js and multi.css will follow pay-out version.
If "pay-out" is 2.1 "mondido.payment.js" and "multi.css" shuld be of version 2.1.x
Example "mondido.payment.js" is of version 2.1.x.x it should be compatible with "pay-out" version to 2.1.x
- Add MIT License
- Move changelog
- Fix wc3 validation
- Fix css/js bugs
- Update images
- Add metadata preload data
- Add convertCurrency
- Update CSS
- Update JS
- Change/Update design
- Change Enter to tab if @ input
- Use liquid to only load the necessary html code
- Add liquid settings from mondido to easy setup
- Optimization
- convention
- Start to use css class convention (.mo-exaple-ex2-test)
- Start to use indent spaces 2 and
- Use transaction.merchant.settings_hosted 4 settings

## 1.4.1

- Add AgreementCode setting
- Add logo alternative
- Move all image to load from mondido cdn
- Update endpoints
- Fix css/js bugs

## 1.4

- Add masterpass
- Fix css/js bugs

## 1.3.1

- Fix css/js bugs
- Add update translations
- Add more config options
- Add fontawesome
- Update invoice implementation

## 1.1

- Added css, js files to repo
- Fixed bugs with hiding/showing paybutton and loader
22 changes: 22 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright (c) 2015 Mondido Payments AB

MIT License

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29 changes: 1 addition & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,4 @@
https://www.mondido.com/en

## Templates
html/pay-out.html

Changelog

- v1.4.1
- Add AgreementCode setting
- Add logo alternative
- Move all image to load from mondido cdn
- Update endpoints
- Fix css/js bugs

- v1.4
- Add masterpass
- Fix css/js bugs

- v1.3.1
- Fix css/js bugs
- Add update translations
- Add more config options
- Add fontawesome
- Update invoice implementation

- V1.1
- Added css, js files to repo
- Fixed bugs with hiding/showing paybutton and loader

This is a multi language, multi payment template that allow payments for cards, swish, paypal, trustly and invoice.

html/pay-out.html
1,160 changes: 668 additions & 492 deletions html/css/multi.css

Large diffs are not rendered by default.

2,845 changes: 1,025 additions & 1,820 deletions html/js/mondido.payment.js

Large diffs are not rendered by default.

Loading

0 comments on commit e9d796d

Please sign in to comment.