Skip to content

Commit

Permalink
use production publishable key
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey-wu committed Jun 25, 2023
1 parent dfa38ab commit 4a032c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/geoword/payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const packetName = window.location.pathname.split('/').pop();
document.getElementById('packet-name').textContent = titleCase(packetName);

// This is your test publishable API key.
const STRIPE_PUBLISHABLE_KEY = 'pk_test_51NManVKG9mAb0mOpXFfZQf7OW5szwT4uPjxyzQYETfd866Ht5EQEWT1BeXoIotloxdPxfpijP5lQRJtc2Xh6tEfL00OqWKGvM3';
const STRIPE_PUBLISHABLE_KEY = 'pk_live_51NManVKG9mAb0mOpZxtFcYWRju7COWAwtirGyd01es3bEJhqSZd8SdSsOPgyj2LizN0QYjLumsWiOoB2nKadXrt100bTtyHh8m';
const stripe = Stripe(STRIPE_PUBLISHABLE_KEY);

let elements;
Expand Down

0 comments on commit 4a032c5

Please sign in to comment.