Comment to Hard coded payment options in Stripe
-
Hello
By default integration uses only 'card' payment type. But you may customize the Session description array by using an alert. In this case you don't need to modify core files.
bx_alert($this->_oModule->_oConfig->getName(), $this->_sName . '_create_session', 0, false, array( 'session_object' => &$oSession, 'session_params' => &$aSession ));It's a common way in UNA to make customizations without any changes in default files.