You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this is not possible as:
1- this creates a 'braintree' directory that is not needed
2- I would need to do: cp braintree/com.paymentprocessor.braintree . so the extension is operational in CiviCRM. But then I would lose the ability to git pull on the extension files
So I suggest:
renaming the git repository to com.paymentprocessor.braintree
bringing the content of the 'com.paymentprocessor.braintree' directory one level up in the repository so all files are at the root of the repository.
The text was updated successfully, but these errors were encountered:
It is not possible to easily clone this repository in my extensions folder since it has one extra level of directories.
Ideally I should do:
$ cd <civicrm_extensions_directory>
$ git clone https://github.com/vivekarora/braintree.git
But this is not possible as:
1- this creates a 'braintree' directory that is not needed
2- I would need to do: cp braintree/com.paymentprocessor.braintree . so the extension is operational in CiviCRM. But then I would lose the ability to git pull on the extension files
So I suggest:
The text was updated successfully, but these errors were encountered: