Skip to content

Commit

Permalink
Tigo Pesa Module Initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCollinsByte committed Nov 16, 2024
1 parent 60c2b83 commit 48e1694
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions kw-tigopesa-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-tigopesa-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-tigopesa-payment-api')
implementation libs.slfj;
implementation libs.gson;
}
4 changes: 3 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ 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')
include('kw-tpesa-payment-impl')
include('kw-tigopesa-payment-api')
include('kw-tigopesa-payment-impl')

0 comments on commit 48e1694

Please sign in to comment.