SatSale/SatSale

Why does `woo_satsale.php` downgrade from HTTPS to HTTP for callback URL?

kristapsk opened this issue · 0 comments

$this->callback_URL = str_replace( 'https:', 'http:', add_query_arg( 'wc-api', 'wc_satsale_gateway', home_url( '/' ) ) );

What's the reasoning behind this? Just some forgotten leftover from testing? Works fine for me without this str_replace().