Skip to content

Commit

Permalink
fix (sample): change shop id
Browse files Browse the repository at this point in the history
  • Loading branch information
xeewii committed Aug 15, 2024
1 parent 2b3a77c commit bf6b9a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import com.personalization.sample.AbstractSampleApplication

class SampleApplication : AbstractSampleApplication<Personaclick>(Personaclick.getInstance()) {
override val shopId: String
get() = "357382bf66ac0ce2f1722677c59511"
get() = "cb0516af5da25b1b41490072e679bc"
override val shopSecretKey: String
get() = "9902b2c111e006ee944833c95e9e6066"
get() = "secret_key"

override fun initialize() {
Personaclick.initialize(
Expand Down

0 comments on commit bf6b9a0

Please sign in to comment.