Laravel payment dummy driver, a dummy payment gateway for development.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

laravel-payment-dummy.iml 4.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module type="WEB_MODULE" version="4">
  3. <component name="NewModuleRootManager">
  4. <content url="file://$MODULE_DIR$">
  5. <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" packagePrefix="MirfalahTech\Laravel\Payment\Gateway\DummyPay\" />
  6. <sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
  7. <sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
  8. <excludeFolder url="file://$MODULE_DIR$/vendor/composer" />
  9. <excludeFolder url="file://$MODULE_DIR$/vendor/doctrine/inflector" />
  10. <excludeFolder url="file://$MODULE_DIR$/vendor/illuminate/collections" />
  11. <excludeFolder url="file://$MODULE_DIR$/vendor/illuminate/contracts" />
  12. <excludeFolder url="file://$MODULE_DIR$/vendor/illuminate/filesystem" />
  13. <excludeFolder url="file://$MODULE_DIR$/vendor/illuminate/http" />
  14. <excludeFolder url="file://$MODULE_DIR$/vendor/illuminate/macroable" />
  15. <excludeFolder url="file://$MODULE_DIR$/vendor/illuminate/session" />
  16. <excludeFolder url="file://$MODULE_DIR$/vendor/illuminate/support" />
  17. <excludeFolder url="file://$MODULE_DIR$/vendor/mirfalah/laravel-payment" />
  18. <excludeFolder url="file://$MODULE_DIR$/vendor/nesbot/carbon" />
  19. <excludeFolder url="file://$MODULE_DIR$/vendor/paragonie/random_compat" />
  20. <excludeFolder url="file://$MODULE_DIR$/vendor/phpdocumentor/reflection-common" />
  21. <excludeFolder url="file://$MODULE_DIR$/vendor/phpdocumentor/reflection-docblock" />
  22. <excludeFolder url="file://$MODULE_DIR$/vendor/phpdocumentor/type-resolver" />
  23. <excludeFolder url="file://$MODULE_DIR$/vendor/psr/container" />
  24. <excludeFolder url="file://$MODULE_DIR$/vendor/psr/event-dispatcher" />
  25. <excludeFolder url="file://$MODULE_DIR$/vendor/psr/log" />
  26. <excludeFolder url="file://$MODULE_DIR$/vendor/psr/simple-cache" />
  27. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/deprecation-contracts" />
  28. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/error-handler" />
  29. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/event-dispatcher" />
  30. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/event-dispatcher-contracts" />
  31. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/finder" />
  32. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/http-client-contracts" />
  33. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/http-foundation" />
  34. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/http-kernel" />
  35. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/mime" />
  36. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-ctype" />
  37. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-intl-grapheme" />
  38. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-intl-idn" />
  39. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-intl-normalizer" />
  40. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-mbstring" />
  41. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-php70" />
  42. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-php72" />
  43. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-php73" />
  44. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-php80" />
  45. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/property-access" />
  46. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/property-info" />
  47. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/serializer" />
  48. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/string" />
  49. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/translation" />
  50. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/translation-contracts" />
  51. <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/var-dumper" />
  52. <excludeFolder url="file://$MODULE_DIR$/vendor/voku/portable-ascii" />
  53. <excludeFolder url="file://$MODULE_DIR$/vendor/webmozart/assert" />
  54. </content>
  55. <orderEntry type="inheritedJdk" />
  56. <orderEntry type="sourceFolder" forTests="false" />
  57. </component>
  58. </module>