- Project Location for Gateway: https://github.com/openMF/mifos-payment-gateway/tree/development
- Project Location for Beyonic Payment Service: https://github.com/edcable/beyonic-integration
- List of commits for Gateway: https://github.com/openMF/mifos-payment-gateway/commits/development
- List of commits for Beyonic Payment Service: https://github.com/edcable/beyonic-integration/commits/master
- For Setup and Configuration, read the Readme of each repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (C) 2006 The Android Open Source Project | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
A Pen by abdurraufahmad on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "stdafx.h" | |
#include "ReaderDemo.h" | |
#include "ReaderDemoDlg.h" | |
#include <cpprest/filestream.h> | |
#include <cpprest/http_client.h> | |
using namespace utility; | |
using namespace web::http; | |
using namespace web::http::client; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "stdafx.h" | |
#include "ReaderDemo.h" | |
#include "ReaderDemoDlg.h" | |
#include <cpprest/filestream.h> | |
#include <cpprest/http_client.h> | |
using namespace utility; | |
using namespace web::http; | |
using namespace web::http::client; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// mannir | |
http_client client(U("https://trs.requestcatcher.com")); | |
// Build request URI and start the request. | |
uri_builder builder(U("/test")); | |
builder.append_query(U("q"), U("cpprestsdk github")); | |
client.request(methods::GET, builder.to_string()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 2, | |
"name": "darulaquran" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<video controls width={400}> | |
<source | |
src="https://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4" | |
type="video/mp4" | |
/> | |
Your browser does not support HTML5 video. | |
</video> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id='app'></div> |
A Pen by abdurraufahmad on CodePen.
NewerOlder