Changeset 3097341
- Timestamp:
- 06/04/2024 11:27:53 AM (22 months ago)
- File:
-
- 1 edited
-
wpayo/trunk/gateways/authorize/src/Gateway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpayo/trunk/gateways/authorize/src/Gateway.php
r3088484 r3097341 69 69 if ( headers_sent() ) { 70 70 /* phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped */ 71 echo $this->get_form_html( $payment );71 echo $this->get_form_html( $payment, true ); 72 72 } else { 73 73 Core_Util::no_cache(); … … 86 86 * @throws \Exception When payment action URL is empty. 87 87 */ 88 public function get_form_html( Payment $payment ) {88 public function get_form_html( Payment $payment , $auto_submit = false) { 89 89 $form_inner = $this->get_output_html( $payment ); 90 90
Note: See TracChangeset
for help on using the changeset viewer.