Skip to content

Commit

Permalink
Android SDK version inc v2.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kishan-cashfree committed Jun 25, 2024
1 parent 5b2a15b commit 7287485
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
compileSdk 33

defaultConfig {
applicationId "com.cashfree.sdk_sample"
applicationId "com.cashfree.pg.demoapp"
minSdk 21
targetSdk 33
versionCode 1
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

implementation 'com.cashfree.pg:api:2.1.14'
implementation 'com.cashfree.pg:api:2.1.15'

androidTestImplementation platform('androidx.compose:compose-bom:2022.10.00')
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/java/com/cashfree/sdk_sample/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import com.cashfree.pg.core.api.upi.CFUPI

data class Config(
// CFSession Inputs
val orderID: String = "order_101024392gjBTzvAVlJYzadcnM9kCKaxRtx",
val paymentSessionID: String = "session_DKTbqtk643K_YJU507FzzBc54BHMTflAukr7uSrgJhGQ560_qkVYsiFG5DEtkjhXE_71dKgz0l_8HhUzSHgm1OKqDRMB3aTejuTU4WkMFuyB",
val orderID: String = "order_4303292iMYeI9c7fQnDCXZvt5azb6ezYd",
val paymentSessionID: String = "session_WrhBTuY14P5r1mbQ7IFUhfQbdxHw6cxsNWGivf_XeOXHHvYsNo7Ci6uJQzQVMUk2AbcM8NKDjeTkREnhXA-YoxC3Zb6gXPLBvk6iZf_XB6H9",
val environment: CFSession.Environment = CFSession.Environment.SANDBOX,

//Card Payment Inputs
Expand Down

0 comments on commit 7287485

Please sign in to comment.