Plugin Directory

Changeset 2910842


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

again commit

File:
1 edited

Legend:

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

    r2869513 r2910842  
    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.