Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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