Skip to content

Commit aa1f4bc

Browse files
committed
Initial Push
0 parents  commit aa1f4bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+6394
-0
lines changed

.tbstore.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
module_name: Instamojo - Indian Payment Gateway
2+
compatible_versions: 1.0.0+
3+
author: Gautam Garg
4+
category: payment
5+
tags:
6+
- instamojo
7+
- indian payment gateway
8+
- payment gateway
9+
- card payments
10+
- emi
11+
- free payment gateway
12+
- india
13+
- inr
14+
- net banking
15+
- upi
16+
- wallets
17+
- mobikwik
18+
- freecharge
19+
- ola money
20+
- jio money
21+
description_short: Accept Debit Cards, Credit Cards, Net Banking, UPI, Wallets, EMI by integrating Instamojo Indian Payment Gateway.
22+
description: description.md
23+
images:
24+
- image-1.png
25+
- image-2.png
26+
- image-3.png
27+
- image-4.png
28+
- image-5.png
29+
- image-6.png
30+
license: MIT

.tbstore/configuration.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
module_name: Instamojo - Indian Payment Gateway
2+
compatible_versions: 1.0.0+
3+
author: Gautam Garg
4+
category: payment
5+
tags:
6+
- instamojo
7+
- indian payment gateway
8+
- payment gateway
9+
- card payments
10+
- emi
11+
- free payment gateway
12+
- india
13+
- inr
14+
- net banking
15+
- upi
16+
- wallets
17+
- mobikwik
18+
- freecharge
19+
- ola money
20+
- jio money
21+
description_short: Accept Debit Cards, Credit Cards, Net Banking, UPI, Wallets, EMI by integrating Instamojo Indian Payment Gateway.
22+
description: description.md
23+
images:
24+
- image-1.png
25+
- image-2.png
26+
- image-3.png
27+
- image-4.png
28+
- image-5.png
29+
- image-6.png
30+
license: MIT

.tbstore/description.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The Instamojo module allows your thirty bees site to accept payments from the Instamojo Indian Payment Gateway. This module allows you to accept INR using Debit Cards, Credit Cards, Net Banking, UPI, Wallets, EMI by integrating Instamojo. This module also provides you feature to receive payment without leaving your site.
2+
3+
## Configuration
4+
5+
1. Some features may not work with old Instamojo account! We recommend you to create a new account. Sign up process will hardly take 10-15 minutes.
6+
7+
[Sign up on Instamojo](http://arngr.tk/instamojo?utm_source=thirtybees_store&utm_medium=thirtybees&utm_campaign=ecommerce_module)
8+
9+
2. During signup, Instamojo will ask your PAN and Bank account details, after filling these details, you will reach Instamojo Dashboard.
10+
11+
3. On the left-hand side menu, you will see the option "API & Plugins" click on this button.
12+
13+
4. This module is based on Instamojo API v2.0, So it will not work with API Key and Auth Token. For this module to work, you will have to generate Client ID and Client Secret. On the bottom of "API & Plugins" page, you will see Generate Credentials / Create new Credentials button. Click on this button.
14+
15+
5. Now you will have to choose a platform from the drop-down menu. You can choose any of them, but I will recommend choosing option PrestaShop
16+
17+
6. Copy `Client Secret` & `Client Secret` and paste it in the Thirtybees' Instamojo extension.
18+
19+
7. Select Test mode "Enabled" if the website is currently under development and "Disabled" if the website is in Live Mode
20+
21+
8. Save the settings and its done.

.tbstore/images/image-1.png

2.8 KB
Loading

.tbstore/images/image-2.png

49.5 KB
Loading

.tbstore/images/image-3.png

25.1 KB
Loading

.tbstore/images/image-4.png

27.1 KB
Loading

.tbstore/images/image-5.png

40.4 KB
Loading

.tbstore/images/image-6.png

33.5 KB
Loading

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
MIT License
2+
3+
Copyright (c) 2016 Instamojo
4+
Copyright (c) 2018 GautamMKGarg (GautamMKGarg@gmail.com)
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.

0 commit comments

Comments
 (0)