Skip to content

Commit

Permalink
Feature/merge main (#41)
Browse files Browse the repository at this point in the history
* Remove the build folder (#1)

* Develop (#3)

* Remove the build folder

* Update code of conduct email

* Rename the package, Add spotpless apply build

* Update the gradle files to remove jacoco and update the java versions

* 🎨 Add correct header

* 🚑️ Correct git diveregence
  • Loading branch information
dubdabasoduba authored Oct 26, 2024
1 parent d1e50bd commit ba1eb0d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 296 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions app/src/main/res/navigation/nav_graph.xml

This file was deleted.

31 changes: 0 additions & 31 deletions app/src/test/java/com/rekast/momoapi/sample/ExampleUnitTest.kt

This file was deleted.

6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,4 @@ buildscript {
classpath(libs.hilt.android.gradle.plugin)
classpath(libs.navigation.safe.args.gradle.plugin)
}
repositories {
google()
}
}
repositories {
google()
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.rekast.momoapi.sample.activity
package io.rekast.sdk.model

class MainActivityTest
/**
* Data class for Payment Response.
*/
data class PaymentResult(
var MerchantRequestID: String,
var CheckoutRequestID: String,
var ResponseCode: String,
var ResponseDescription: String,
var CustomerMessage: String
)

0 comments on commit ba1eb0d

Please sign in to comment.