Skip to content

Commit

Permalink
update names for transit fork
Browse files Browse the repository at this point in the history
  • Loading branch information
slogsdon committed Sep 14, 2020
1 parent 8ab1d46 commit d269836
Show file tree
Hide file tree
Showing 294 changed files with 878 additions and 16,942 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

app/design/frontend/base/default/template/securesubmit.zip
app/design/frontend/base/default/template/securesubmit/hps-styles.css
app/design/frontend/base/default/template/transit.zip
app/design/frontend/base/default/template/transit/hps-styles.css
25 changes: 21 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
## SecureSubmit Magento Payment Gateway
## TransIT Magento Payment Gateway

This extension allows Magento to use the Heartland Payment Systems Gateway. All card data is tokenized using Heartland's SecureSubmit product.
This extension allows Magento to use the Heartland Payment Systems Gateway. All card data is tokenized using Heartland's TransIT product.

## Installation

To pull the latest stable version of this plugin, please use MagentoConnect. To install the development version, download and extract the files in this repo to the root of your Magento install.
Example OpenMage LTS `composer.json`:

```json
{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"aydin-hassan/magento-core-composer-installer": "*",
"openmage/magento-lts": "19.4.6",
"hps/hps_transit": "*"
},
"extra": {
"magento-core-package-type": "magento-source",
"magento-root-dir": "htdocs"
}
}
```

## Usage

Download the contents and extract to the root of your Magento install folder.

## Contributing
Expand All @@ -15,4 +32,4 @@ Download the contents and extract to the root of your Magento install folder.
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
5. Create new Pull Request
14 changes: 0 additions & 14 deletions app/code/community/Hps/Securesubmit/Block/Masterpass/Client/Js.php

This file was deleted.

16 changes: 0 additions & 16 deletions app/code/community/Hps/Securesubmit/Block/Masterpass/Connect.php

This file was deleted.

81 changes: 0 additions & 81 deletions app/code/community/Hps/Securesubmit/Block/Masterpass/Form.php

This file was deleted.

22 changes: 0 additions & 22 deletions app/code/community/Hps/Securesubmit/Block/Masterpass/Info.php

This file was deleted.

Loading

0 comments on commit d269836

Please sign in to comment.