Commit 653fe9cb authored by Jakub Piasecki's avatar Jakub Piasecki
Browse files

Issue #3290894: Notifications WebHook: Field is not accepted as a valid URL

parent 9adf37d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -174,6 +174,7 @@ class EasyHostedPaymentPage extends OffsitePaymentGatewayBase implements Support
      $this->configuration['secret_key'] = $values['secret_key'];
      $this->configuration['terms_path'] = $values['terms_path'];
      $this->configuration['langcode'] = $values['langcode'];
      $this->configuration['enable_notification_webhook'] = $values['enable_notification_webhook'];
    }
  }