Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. .
  2. ├── app
  3. │   ├── code
  4. │   │   └── community
  5. │   │   └── ShineSoftware
  6. │   │   └── TrivenetoBanks
  7. │   │   ├── Block
  8. │   │   │   ├── Failure.php
  9. │   │   │   ├── Form.php
  10. │   │   │   ├── Info.php
  11. │   │   │   ├── Processing.php
  12. │   │   │   └── Success.php
  13. │   │   ├── controllers
  14. │   │   │   ├── OnepageController.php
  15. │   │   │   └── ProcessingController.php
  16. │   │   ├── etc
  17. │   │   │   ├── config.xml
  18. │   │   │   └── system.xml
  19. │   │   ├── Helper
  20. │   │   │   └── Data.php
  21. │   │   └── Model
  22. │   │   ├── Cc.php
  23. │   │   ├── Config.php
  24. │   │   ├── Observer.php
  25. │   │   ├── Shared.php
  26. │   │   └── Source
  27. │   │   ├── Currencies.php
  28. │   │   ├── currencies.xml
  29. │   │   ├── Endpoints.php
  30. │   │   ├── Languages.php
  31. │   │   ├── PayAuth.php
  32. │   │   ├── RequestType.php
  33. │   │   ├── Templates.php
  34. │   │   └── TransactionMode.php
  35. │   ├── design
  36. │   │   ├── adminhtml
  37. │   │   │   └── default
  38. │   │   │   └── default
  39. │   │   │   └── template
  40. │   │   │   └── trivenetobanks
  41. │   │   │   ├── info.phtml
  42. │   │   │   └── pdf
  43. │   │   │   └── info.phtml
  44. │   │   └── frontend
  45. │   │   └── base
  46. │   │   └── default
  47. │   │   ├── layout
  48. │   │   │   └── trivenetobanks.xml
  49. │   │   └── template
  50. │   │   └── trivenetobanks
  51. │   │   ├── failure.phtml
  52. │   │   ├── form.phtml
  53. │   │   ├── info.phtml
  54. │   │   ├── items.phtml
  55. │   │   ├── print.phtml
  56. │   │   ├── success.phtml
  57. │   │   ├── summary.phtml
  58. │   │   ├── tax.phtml
  59. │   │   └── totals.phtml
  60. │   ├── etc
  61. │   │   └── modules
  62. │   │   └── ShineSoftware_TrivenetoBanks.xml
  63. │   └── locale
  64. │   └── it_IT
  65. │   └── ShineSoftware_TrivenetoBanks.csv
  66. ├── files.txt
  67. ├── Presentazione.pdf
  68. └── skin
  69. └── frontend
  70. └── base
  71. └── default
  72. └── css
  73. └── trivenetobanks.css
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement