Skip to content

Commit

Permalink
Android SDK v2.1.22 Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kishan-cashfree committed Oct 15, 2024
1 parent 575612a commit 4ec9b2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ dependencies {
implementation 'androidx.compose.material3:material3'
testImplementation 'junit:junit:4.13.2'

implementation 'com.cashfree.pg:api:2.1.21'
implementation 'com.cashfree.pg:api:2.1.22'
}
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_101024392mYVEm8ceFaoMLeqKkvMDKFa5pj",
val paymentSessionID: String = "session_-b_45ThEbGKTYYcW9RbhHFlGrq4gbV2_tmZ9Fz-UsSZnbHO2VBWRnCAAPytxr3AxDj1jB2_KxHZ8ubdmHOkbQOco2TNRwX95YhwQLL-FDMKb",
val orderID: String = "order_101024392nTK4aL5VTPYQXpp7Rlmni0ZQp7",
val paymentSessionID: String = "session_E7TvF9s3StIOdu6cyLb2oDACvjUZjMfCxoomZ4XtUVaZVT8P3_XAVxIlB-T7Iba3vsCVSBDxeX6a6DAXGRcVS_cX_BMSTmxQaJsWjp59txVT",
val environment: CFSession.Environment = CFSession.Environment.SANDBOX,

//Card Payment Inputs
Expand Down

0 comments on commit 4ec9b2d

Please sign in to comment.