Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Add .env to .gitignore #330

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RyanofWoods
Copy link
Contributor

Summary

This file is useful for testing:

  • public_key: ENV.fetch('BRAINTREE_PUBLIC_KEY', 'dummy_public_key'),
    private_key: ENV.fetch('BRAINTREE_PRIVATE_KEY', 'dummy_private_key'),
    merchant_id: ENV.fetch('BRAINTREE_MERCHANT_ID', 'dummy_merchant_id'),
    merchant_currency_map: {
    'EUR' => 'stembolt_EUR'
    },
    paypal_payee_email_map: {
    'EUR' => ENV.fetch('BRAINTREE_PAYPAL_PAYEE_EMAIL', 'paypal+europe@example.com')

It was removed from the file here:

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

  • I have written a thorough PR description.
  • I have kept my commits small and atomic.
  • I have used clear, explanatory commit messages.

The following are not always needed (cross them out if they are not):

- [ ] I have added automated tests to cover my changes.
- [ ] I have attached screenshots to demo visual changes.
- [ ] I have opened a PR to update the guides.
- [ ] I have updated the README to account for my changes.

@elia
Copy link
Member

elia commented Dec 12, 2022

@RyanofWoods I'm ok with merging this, but wondering if it can be set on your machine level .gitignore instead 🤔

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants