Skip to content

Commit bb28543

Browse files
committed
The API was created using the Python and Flask to make the connection with the Dialog paymentgateway
1 parent b306582 commit bb28543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Function to send SMS
77
def send_sms(phone_number, sender_id, message):
88
api_url = "https://sms.send.lk/api/v3/sms/send"
9-
api_token = "2334|bH0R9fligE86CIzDKMZmViVZmykcOD0xPCLyrqhK" # Replace with your actual access token
9+
api_token = " " # Replace with your actual access token
1010

1111
msg_data = {
1212
"recipient": phone_number,

0 commit comments

Comments
 (0)