This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from TheBeachMaster/master
Bank and Card Payments support
- Loading branch information
Showing
68 changed files
with
2,689 additions
and
255 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"terminal.integrated.env.windows": { | ||
"PATH": "C:\\Users\\Kennedy Otieno\\.platformio\\penv\\Scripts;C:\\Program Files\\iis express\\PHP\\v7.1;C:\\Program Files\\Microsoft MPI\\Bin\\;C:\\Program Files (x86)\\Common Files\\Intel\\Shared Libraries\\redist\\intel64\\compiler;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn\\;C:\\Program Files\\dotnet\\;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Java\\jdk1.8.0_131\\bin;C:\\Ant\\apache-ant-1.10.1\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files (x86)\\Microsoft SQL Server\\130\\Tools\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\130\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\130\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\Client SDK\\ODBC\\130\\Tools\\Binn\\;D:\\Data\\php-7.1.4-nts-Win32-VC14-x86;C:\\CNTK-2-0rc2-Windows-64bit-CPU-Only\\cntk\\cntk;C:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\Android\\android-sdk\\platform-tools;C:\\Program Files (x86)\\Android\\android-sdk\\tools;C:\\Program Files (x86)\\Android\\android-sdk\\tools\\bin;C:\\Program Files\\Anaconda3;C:\\Program Files\\Anaconda3\\Sc;D:\\Data\\Pandoc\\;C:\\Program Files\\Git\\bin;C:\\MinGW\\bin;D:\\Data\\ffmpeg-20171014-0655810-win64-static\\bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\boost-build\\bin;C:\\Users\\Kennedy Otieno\\scoop\\shims;C:\\Users\\Kennedy Otieno\\AppData\\Local\\Microsoft\\WindowsApps;;C:\\Program Files (x86)\\Microsoft VS Code\\bin;C:\\Users\\Kennedy Otieno\\AppData\\Roaming\\npm;C:\\Program Files\\Heroku\\bin;C:\\Users\\Kennedy Otieno\\AppData\\Local\\now-cli;%USERPROFILE%\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\iis express\\PHP\\v7.1;C:\\Program Files\\Microsoft MPI\\Bin\\;C:\\Program Files (x86)\\Common Files\\Intel\\Shared Libraries\\redist\\intel64\\compiler;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn\\;C:\\Program Files\\dotnet\\;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Java\\jdk1.8.0_131\\bin;C:\\Ant\\apache-ant-1.10.1\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files (x86)\\Microsoft SQL Server\\130\\Tools\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\130\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\130\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\Client SDK\\ODBC\\130\\Tools\\Binn\\;D:\\Data\\php-7.1.4-nts-Win32-VC14-x86;C:\\CNTK-2-0rc2-Windows-64bit-CPU-Only\\cntk\\cntk;C:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\Android\\android-sdk\\platform-tools;C:\\Program Files (x86)\\Android\\android-sdk\\tools;C:\\Program Files (x86)\\Android\\android-sdk\\tools\\bin;C:\\Program Files\\Anaconda3;C:\\Program Files\\Anaconda3\\Sc;D:\\Data\\Pandoc\\;C:\\Program Files\\Git\\bin;C:\\MinGW\\bin;D:\\Data\\ffmpeg-20171014-0655810-win64-static\\bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\boost-build\\bin;C:\\Users\\Kennedy Otieno\\scoop\\shims;C:\\Users\\Kennedy Otieno\\AppData\\Local\\Microsoft\\WindowsApps;;C:\\Program Files (x86)\\Microsoft VS Code\\bin;C:\\Users\\Kennedy Otieno\\AppData\\Roaming\\npm;C:\\Program Files\\Heroku\\bin;C:\\Users\\Kennedy Otieno\\AppData\\Local\\now-cli;%USERPROFILE%\\AppData\\Local\\Microsoft\\WindowsApps" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.