Use $serurl For Demo :- $serurl = “https://test.instamojo.com/api/1.1/payment-requests/”; Use $serurl For Live :- $serurl = “https://instamojo.com/api/1.1/payment-requests/”; How To Get Instamojo Private API Key and Private Auth Token For Test Mode :- https://test.instamojo.com/integrations For Live Mode :- https://instamojo.com/integrations Use Below Code in Contact Form 7 For Instamojo Integration <label>…
In this article we will solve the problem of This domain name is parked FREE, courtesy of Hostinger/Godaddy Basically this is happening because of mismatch of the IP Address. The IP Address of Domain and Hosting are not pointed. Step 1:- Go to your Hosting Account and copy Website Address…
OceanWP is a free theme on WordPress . You can download it from WordPress’s theme’s section. The theme has very good features which are not available in any other WordPress themes. I had a problem in my website RanchiBookStore.com i wanted to add search bar at top like filpkart and…
Using typedef statement we can create new data type in c programming language. Syntax:- typedef type name; Example:- typedef int number; Now we can use number as datatype, lets see:- number n = 10; WAP in C to Convert Hours in Minute and Secound #include<stdio.h> #define H 60 void main()…