having trouble using the send_mobile method but send method is working. What could be the issue. I used the documentation that noted this
response = paynow.send_mobile(payment, ‘0777777777’, ‘ecocash’)
if(response.success):
poll_url = response.poll_url
print("Poll Url: ", poll_url)
status = paynow.check_transaction_status(poll_url)
time.sleep(30)
print("Payment Status: ", status.status)
No response status is being returned