Skip to content

Commit

Permalink
Merge pull request #29 from cis3296s24/artistReceipt
Browse files Browse the repository at this point in the history
Artist receipt
  • Loading branch information
nina-perone authored Apr 17, 2024
2 parents b2f794c + 86dbb2f commit f6d554d
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 116 deletions.
4 changes: 2 additions & 2 deletions receiptifyv1/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const cors = require('cors');
require('dotenv').config();


const client_id = '792207d6524f4255a1730e478d8b66f6';
const client_secret = 'fd5c90696d984ca7a65a54853f340c70';
const client_id = '035844db2ccb4d0698ab8e14bb12f27a';
const client_secret = '8bfd5a9fa7a44aedbf8bf8f513236b4f';
//const privateKey = fs.readFileSync('AuthKey_A8FKGGUQP3.p8').toString();
const teamId = process.env.teamId;
const keyId = process.env.keyId;
Expand Down
Loading

0 comments on commit f6d554d

Please sign in to comment.