Plugin Directory

Changeset 2910839


Ignore:
Timestamp:
05/10/2023 05:31:28 PM (3 years ago)
Author:
chargeweb3
Message:

Second Commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • charge-web3/trunk/admin/class-charge-web3-admin.php

    r2869513 r2910839  
    272272                    $payment_link_data = json_decode($response['body'], true);
    273273                    $_id = $payment_link_data['_id'];
    274                     $payment_url = "https://chargeweb3.com/links/$_id";
     274                    $payment_url = "https://console.chargeweb3.com/links/$_id";
    275275
    276276                    update_post_meta($order_id, 'aw_payment_id', $_id);
Note: See TracChangeset for help on using the changeset viewer.