Skip to content

Commit

Permalink
feat(Wrapper): update keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mAllamTapPayments committed Aug 3, 2023
1 parent ed0396b commit bacd251
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 196 deletions.
8 changes: 4 additions & 4 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export default function App() {
const tapToken = useCallback(async () => {
try {
const config = {
sandboxKey: 'sk_test_cvSHaplrPNkJO7dhoUxDYjqA',
productionKey: 'sk_live_QglH8V7Fw6NPAom4qRcynDK2',
sandboxKey: 'pk_test_Vlk842B1EA7tDN5QbrfGjYzh',
productionKey: 'pk_live_UYnihb8dtBXm9fDSw1kFlPQA',
countryCode: 'US',
transactionCurrency: TapCurrencyCode.USD,
allowedCardNetworks: [AllowedCardNetworks.VISA],
Expand All @@ -46,8 +46,8 @@ export default function App() {
const applePayToken = useCallback(async () => {
try {
const config = {
sandboxKey: 'sk_test_cvSHaplrPNkJO7dhoUxDYjqA',
productionKey: 'sk_live_QglH8V7Fw6NPAom4qRcynDK2',
sandboxKey: 'pk_test_Vlk842B1EA7tDN5QbrfGjYzh',
productionKey: 'pk_live_UYnihb8dtBXm9fDSw1kFlPQA',
countryCode: 'US',
transactionCurrency: TapCurrencyCode.USD,
allowedCardNetworks: [AllowedCardNetworks.VISA],
Expand Down
Loading

0 comments on commit bacd251

Please sign in to comment.