Skip to content

Commit 7b5af88

Browse files
committed
first commit
0 parents  commit 7b5af88

File tree

6 files changed

+1012
-0
lines changed

6 files changed

+1012
-0
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 Smartex.io Ltd.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
; The MIT License (MIT)
2+
;
3+
; Copyright 2016 Smartex.io Ltd.
4+
;
5+
; Permission is hereby granted, free of charge, to any person obtaining a copy
6+
; of this software and associated documentation files (the "Software"), to deal
7+
; in the Software without restriction, including without limitation the rights
8+
; to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
; copies of the Software, and to permit persons to whom the Software is
10+
; furnished to do so, subject to the following conditions:
11+
;
12+
; The above copyright notice and this permission notice shall be included in
13+
; all copies or substantial portions of the Software.
14+
;
15+
; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
; THE SOFTWARE.
22+
23+
VMPAYMENT_SMARTEX="VM Payment - Smartex"
24+
VMPAYMENT_SMARTEX_AMOUNT="Amount"
25+
VMPAYMENT_SMARTEX_COUNTRIES="Countries"
26+
VMPAYMENT_SMARTEX_COUNTRIES_DESC="Please select the countries for which this payment method applies. If no country is selected, this payment method will be applied for all countries"
27+
VMPAYMENT_SMARTEX_CURRENCY="Accepted Currency"
28+
VMPAYMENT_SMARTEX_CURRENCY_DESC="Accepted Currency for this payment"
29+
VMPAYMENT_SMARTEX_INFO="Payment information"
30+
VMPAYMENT_SMARTEX_ORDER_INFO="Order Information"
31+
VMPAYMENT_SMARTEX_ORDER_NUMBER="Order Number"
32+
VMPAYMENT_SMARTEX_ORDER_TOTAL="Order Total"
33+
VMPAYMENT_SMARTEX_PAYMENTINFO="Payment Info"
34+
VMPAYMENT_SMARTEX_PAYMENTINFO_DESC="Payment Extra Info"
35+
VMPAYMENT_SMARTEX_PAYMENT_INFO="Payment method"
36+
VMPAYMENT_SMARTEX_PAYMENT_INFO_TEXT="Your order will be treated as soon as we receive your payment."
37+
VMPAYMENT_SMARTEX_PAYMENT_NAME="Payment Name"
38+
VMPAYMENT_SMARTEX_PAYMENT_TOTAL_CURRENCY="Total in Payment Currency"
39+
VMPAYMENT_SMARTEX_PERCENT_TOTAL="Percent of the total amount"
40+
VMPAYMENT_SMARTEX_PERCENT_TOTAL_EXPLAIN="Percent to apply to the total amount"
41+
VMPAYMENT_SMARTEX_API_KEY_LABEL = "Merchant API Key"
42+
VMPAYMENT_SMARTEX_NETWORK_LABEL = "Network"
43+
VMPAYMENT_SMARTEX_NETWORK_LABEL_LIVE = "livenet (smartex.io)"
44+
VMPAYMENT_SMARTEX_NETWORK_LABEL_TEST = "testnet (test.smartex.io)"
45+
46+
VMPAYMENT_SMARTEX_SPEED_LABEL = "Transaction Speed"
47+
VMPAYMENT_SMARTEX_SPEED_LABEL_LOW = "low"
48+
VMPAYMENT_SMARTEX_SPEED_LABEL_MEDIUM = "medium"
49+
VMPAYMENT_SMARTEX_SPEED_LABEL_HIGH = "high"
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
; The MIT License (MIT)
2+
;
3+
; Copyright 2016 Smartex.io Ltd.
4+
;
5+
; Permission is hereby granted, free of charge, to any person obtaining a copy
6+
; of this software and associated documentation files (the "Software"), to deal
7+
; in the Software without restriction, including without limitation the rights
8+
; to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
; copies of the Software, and to permit persons to whom the Software is
10+
; furnished to do so, subject to the following conditions:
11+
;
12+
; The above copyright notice and this permission notice shall be included in
13+
; all copies or substantial portions of the Software.
14+
;
15+
; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
; THE SOFTWARE.
22+
23+
VMPAYMENT_SMARTEX="VM Payment - Smartex"

0 commit comments

Comments
 (0)