Skip to content

Commit

Permalink
Update credentials.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica-gavaGN authored Jun 30, 2021
1 parent 47321af commit b6c0ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/credentials.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
module CREDENTIALS
CLIENT_ID = "Client_Id"
CLIENT_SECRET = "Client_Secret"
PIX_CERT = "../../certs/productionCertificate.pem"
PIX_CERT = "../../certs/developmentCertificate.pem"
SANDBOX = true
end
end

0 comments on commit b6c0ae4

Please sign in to comment.