Skip to content

Commit

Permalink
chore: Merge pull request #19 from eventOneHQ/master
Browse files Browse the repository at this point in the history
  • Loading branch information
nprail authored Jun 11, 2020
2 parents 01119ae + 1dce90b commit 624c86f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import {
} from 'capacitor-stripe-terminal'

// First, initialize the SDK
const terminal = new StripeTerminal({
const terminal = new StripeTerminalPlugin({
fetchConnectionToken: async () => {
const resp = await fetch('https://your-backend.dev/token', {
method: 'POST'
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
"capacitor": {
"ios": {
"src": "ios"
},
"android": {
"src": "android"
}
},
"repository": {
Expand Down

0 comments on commit 624c86f

Please sign in to comment.