Skip to content

olugbokikisemiu/OpayChannel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opay-channel-utils

This library consist of methods that will be needed across Opay channel micro-services.

Packages

  • dao

    • Mapper

      • Interface ChannelMapper.java
        • Method int insertJournal(ChannelJournal channel)
    • model

      • Class ChannelJournal.java
    • Class DataLayer.java

      • Method void PersistJournal(String db, String url, String user, String password, ChannelJournal channel)
  • http

    • Class OkHttpUtil.java
      • Method String doGetHttpsRequest(String url, String transactionId, Map<String, String> mapHeader)
      • Method String doPostHttpsRequest(String url, String json, String mediaType, String transactionId, Map<String, String> mapHeader)
  • util

    • Common.java
      • Method String CalculateHash(String hashValue, String hashAlgo)
      • Method String ReadEnv(String envName)

About

Library for Opay utility management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages