*/ class StripePaymentController extends BasePaymentModuleController { /** * Return a module identifier used to calculate the name of the log file, * and in the log messages. * * @return string the module code */ protected function getModuleCode() { return 'StripePayment'; } }