Changeset 2855258
- Timestamp:
- 01/26/2023 03:22:41 PM (3 years ago)
- Location:
- trelis-crypto-payments/trunk
- Files:
-
- 2 edited
-
ReadMe.txt (modified) (2 diffs)
-
Trelis-ethereum-payment-gateway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trelis-crypto-payments/trunk/ReadMe.txt
r2840086 r2855258 5 5 Requires at least: 6.1 6 6 Tested up to: 6.1 7 Stable tag: 1.0. 197 Stable tag: 1.0.20 8 8 Requires PHP: 7.4 9 9 License: GPL-3.0 … … 81 81 * Allow for recurring subscription payments 82 82 83 = 1.0.20 = 84 * Fix logo on checkout 85 83 86 = 1.0.19 = 84 87 * Add support for Spanish -
trelis-crypto-payments/trunk/Trelis-ethereum-payment-gateway.php
r2840086 r2855258 100 100 101 101 if ($data->event === "submission.failed" || $data->event === "charge.failed") { 102 $order->add_order_note(__('Trelis Payment Failed! Expected amount ','trelis-crypto-payments') . $data->requiredPaymentAmount . __(', received ','trelis-crypto-payments') . $data->paidAmount, true);102 $order->add_order_note(__('Trelis Payment Failed! Expected amount ','trelis-crypto-payments') . $data->requiredPaymentAmount . __(', attempted ','trelis-crypto-payments') . $data->paidAmount, true); 103 103 $order->save(); 104 104 return __('Failed','trelis-crypto-payments'); … … 149 149 { 150 150 $this->id = 'trelis'; 151 $this->icon = 'https://www.trelis.com/assets/trelis .2e0ed160.png';151 $this->icon = 'https://www.trelis.com/assets/trelis-2e0ed160.png'; 152 152 $this->supports = array( 153 153 'products'
Note: See TracChangeset
for help on using the changeset viewer.