Skip to content

Commit

Permalink
added paypal implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
aslm-android committed Oct 30, 2023
1 parent 07af83f commit 6a2bca0
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 25 deletions.
Binary file modified .gradle/8.0/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/8.0/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/8.0/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/8.0/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/8.0/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
50 changes: 25 additions & 25 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/src/main/java/company/tap/paybutton/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ class MainActivity : AppCompatActivity() {

override fun onError(error: String) {
Toast.makeText(this@MainActivity,"error $error",Toast.LENGTH_SHORT).show()
Log.e("error",error.toString())
}

override fun onCancel() {
Expand Down

0 comments on commit 6a2bca0

Please sign in to comment.