Skip to content

magento man

123-reg removing direct debit – I wonder why?

Here in the UK at least, direct debit is the preferred method of payment by most companies – one will pay more per kWh for gas or electric u… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1886715&goto=newpost

Where should a webhost host their emails?

Hey lads, I hope this thread finds you well. What do you guys recommend, where should a web hosting company host their emails? We curr… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1886698&goto=newpost

How to use curl in magento 2 method?

I have a curl script to send sms. Below is the code. $userId = $this->gupShupConfig->getSenderUsername(); $password = $this->gupShupConfig->getSenderPassword(); $smsApiUrl = $this->gupShupConfig->getSmsApiUrl(); $post_fields = array(); $post_fields[“method”] = “sendMessage”; $post_fields[“send_to”] = $formattedMobileNumber;//”919820XXXXXX”; $post_fields[“msg”] = $smsMessage; $post_fields[“msg_type”] = “TEXT”; $post_fields[“userid”] = $userId; $post_fields[“password”]… Read More »How to use curl in magento 2 method?