We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89342e9 commit 279dacaCopy full SHA for 279daca
demo-app/src/main/java/co/thepeer/MainActivity.kt
@@ -22,7 +22,7 @@ class MainActivity : AppCompatActivity() {
22
binding = ActivityMainBinding.inflate(layoutInflater)
23
setContentView(binding.root)
24
25
- //initialize Thepeer SDK
+ // initialize Thepeer SDK
26
val thepeer = Thepeer.Builder(
27
activity = this,
28
amount = BigDecimal(10000000),
@@ -32,7 +32,7 @@ class MainActivity : AppCompatActivity() {
32
).setMeta(mapOf("city" to "Uyo")).build()
33
34
binding.btnSendMoney.setOnClickListener {
35
- //calling ThePeer SDK
+ // calling ThePeer SDK
36
thepeer.send()
37
}
38
binding.btnCheckout.setOnClickListener {
@@ -69,4 +69,4 @@ class MainActivity : AppCompatActivity() {
69
70
71
72
-}
+}
0 commit comments