Plugin Directory

Changeset 2893363


Ignore:
Timestamp:
04/04/2023 07:49:20 AM (3 years ago)
Author:
eligmaltd
Message:

Include customer email

Location:
gocrypto-pay/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gocrypto-pay/trunk/gocrypto-pay.php

    r2893356 r2893363  
    33 * Plugin Name: GoCrypto Pay
    44 * Description: Instant and secure crypto payments.
    5  * Version: 1.0.7
     5 * Version: 1.0.8
    66 * Author: Eligma Ltd.
    77 * Author URI: https://gocrypto.com
     
    184184                        'discount' => round($order->get_total_discount() * 100),
    185185                        'currency_code' => $order->get_currency(),
     186                        'customer_email' => $order->get_billing_email(),
    186187                        'kyc' => [
    187188                            'email' => $order->get_billing_email(),
  • gocrypto-pay/trunk/readme.txt

    r2893356 r2893363  
    22Plugin Name: GoCrypto Pay
    33Description: Instant and secure crypto payments.
    4 Stable tag: 1.0.7
     4Stable tag: 1.0.8
    55Author: Eligma Ltd.
    66Author URI: https://gocrypto.com
     
    5353== Changelog ==
    5454
     55= 1.0.8 =
     56Include customer email
     57
    5558= 1.0.7 =
    5659KYC support
Note: See TracChangeset for help on using the changeset viewer.