Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suparnad/payment_results
Drupal 9 custom module, which will generates pages to show if a payment has been successful.
https://github.com/suparnad/payment_results
drupal drupal-8 drupal-9 drupal8 drupal9
Last synced: about 1 month ago
JSON representation
Drupal 9 custom module, which will generates pages to show if a payment has been successful.
- Host: GitHub
- URL: https://github.com/suparnad/payment_results
- Owner: suparnad
- Created: 2022-07-19T12:10:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T12:12:15.000Z (over 2 years ago)
- Last Synced: 2024-12-06T21:57:08.960Z (2 months ago)
- Topics: drupal, drupal-8, drupal-9, drupal8, drupal9
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Generates pages to show if a payment has been successful.To send to a good payment page use : return $this->redirect('payment_results.good_payment_controller_goodPayment')
To send to a bad payment page use : return $this->redirect('payment_results.bad_payment_controller_badPayment')
Provides a configuration page to set text for the above pages at: /admin/config/payment_results/paymentresultsconfiguration