tauri-plugin-sumup 0.1.3

Tauri plugin for SumUp payment processing integration on iOS and Android
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[default]
description = "Default permissions for the plugin"
permissions = [
  "allow-ping",
  "allow-init-sumup-sdk",
  "allow-is-logged-in",
  "allow-login-with-token",
  "allow-logout",
  "allow-get-merchant",
  "allow-prepare-for-checkout",
  "allow-present-card-reader-selection",
  "allow-checkout"
]