Plugin Directory

Changeset 2116828


Ignore:
Timestamp:
07/03/2019 11:00:16 AM (7 years ago)
Author:
nickpp
Message:

change address to apidev because of certification problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mailshogun/trunk/mailshogun_internal.php

    r2104564 r2116828  
    107107                   
    108108                    type: 'POST',
    109                     url: "https://api.mailshogun.com/upsert_address",   
     109                    url: "https://apidev.mailshogun.com/upsert_address",   
    110110                    data: {
    111111                            id :JSON.stringify(id),
     
    169169                   
    170170                    type: 'POST',
    171                     url: "https://api.mailshogun.com/payment_progress",   
     171                    url: "https://apidev.mailshogun.com/payment_progress",   
    172172                    data: {
    173173                            domain :JSON.stringify(domain),
     
    200200                   
    201201                    type: 'POST',
    202                     url: "https://api.mailshogun.com/read",   
     202                    url: "https://apidev.mailshogun.com/read",   
    203203                    data: {domain: JSON.stringify(domain)},
    204204                    //contentType: 'application/json;charset=UTF-8',
Note: See TracChangeset for help on using the changeset viewer.