Skip to content

Commit

Permalink
chore(demo): set string token is be default
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Dec 4, 2024
1 parent 496c6ed commit 7101384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/angular/src/app/terminal/terminal.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ export class TerminalPage {
}
this.eventItems = eventItems;
await StripeTerminal.initialize({
tokenProviderEndpoint: environment.api + 'connection/token',
// tokenProviderEndpoint: environment.api + 'connection/token',
isTest: !readerType || readerType === TerminalConnectTypes.TapToPay,
})
.then(() => this.helper.updateItem(this.eventItems, 'initialize', true))
Expand Down

0 comments on commit 7101384

Please sign in to comment.