Skip to content

Commit

Permalink
TPesa Module Initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCollinsByte committed Nov 16, 2024
1 parent 4ce908c commit 60c2b83
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions kw-tpesa-payment-api/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apply from: rootProject.file('gradle/plugin-java.gradle')
7 changes: 7 additions & 0 deletions kw-tpesa-payment-impl/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apply from: rootProject.file('gradle/plugin-java.gradle')

dependencies {
implementation project(':kw-tpesa-payment-api')
implementation libs.slfj;
implementation libs.gson;
}
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ include('kw-airtel-payment-api')
include('kw-airtel-payment-impl')
include('kw-selcom-payment-api')
include('kw-selcom-payment-impl')
include('kw-tpesa-payment-api')
include('kw-tpesa-payment-impl')

0 comments on commit 60c2b83

Please sign in to comment.