Changeset 2893363
- Timestamp:
- 04/04/2023 07:49:20 AM (3 years ago)
- Location:
- gocrypto-pay/trunk
- Files:
-
- 2 edited
-
gocrypto-pay.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gocrypto-pay/trunk/gocrypto-pay.php
r2893356 r2893363 3 3 * Plugin Name: GoCrypto Pay 4 4 * Description: Instant and secure crypto payments. 5 * Version: 1.0. 75 * Version: 1.0.8 6 6 * Author: Eligma Ltd. 7 7 * Author URI: https://gocrypto.com … … 184 184 'discount' => round($order->get_total_discount() * 100), 185 185 'currency_code' => $order->get_currency(), 186 'customer_email' => $order->get_billing_email(), 186 187 'kyc' => [ 187 188 'email' => $order->get_billing_email(), -
gocrypto-pay/trunk/readme.txt
r2893356 r2893363 2 2 Plugin Name: GoCrypto Pay 3 3 Description: Instant and secure crypto payments. 4 Stable tag: 1.0. 74 Stable tag: 1.0.8 5 5 Author: Eligma Ltd. 6 6 Author URI: https://gocrypto.com … … 53 53 == Changelog == 54 54 55 = 1.0.8 = 56 Include customer email 57 55 58 = 1.0.7 = 56 59 KYC support
Note: See TracChangeset
for help on using the changeset viewer.