Skip to content

Instantly share code, notes, and snippets.

@blsage
Created October 19, 2020 22:59
Show Gist options
  • Save blsage/8a697c12dbefb10ba16e662e2d339dcb to your computer and use it in GitHub Desktop.
Save blsage/8a697c12dbefb10ba16e662e2d339dcb to your computer and use it in GitHub Desktop.
iPaymentButton simple example
import SwiftUI
import iPaymentButton
struct ContentView: View {
var body: some View {
iPaymentButton(action: {
// Add your custom payment code here
})
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment