Changeset 2116828
- Timestamp:
- 07/03/2019 11:00:16 AM (7 years ago)
- File:
-
- 1 edited
-
mailshogun/trunk/mailshogun_internal.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailshogun/trunk/mailshogun_internal.php
r2104564 r2116828 107 107 108 108 type: 'POST', 109 url: "https://api .mailshogun.com/upsert_address",109 url: "https://apidev.mailshogun.com/upsert_address", 110 110 data: { 111 111 id :JSON.stringify(id), … … 169 169 170 170 type: 'POST', 171 url: "https://api .mailshogun.com/payment_progress",171 url: "https://apidev.mailshogun.com/payment_progress", 172 172 data: { 173 173 domain :JSON.stringify(domain), … … 200 200 201 201 type: 'POST', 202 url: "https://api .mailshogun.com/read",202 url: "https://apidev.mailshogun.com/read", 203 203 data: {domain: JSON.stringify(domain)}, 204 204 //contentType: 'application/json;charset=UTF-8',
Note: See TracChangeset
for help on using the changeset viewer.