Plugin Directory

Changeset 2855258


Ignore:
Timestamp:
01/26/2023 03:22:41 PM (3 years ago)
Author:
ronantrelis
Message:

release 1.0.20 fix logo

Location:
trelis-crypto-payments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trelis-crypto-payments/trunk/ReadMe.txt

    r2840086 r2855258  
    55Requires at least: 6.1
    66Tested up to: 6.1
    7 Stable tag: 1.0.19
     7Stable tag: 1.0.20
    88Requires PHP: 7.4
    99License: GPL-3.0
     
    8181* Allow for recurring subscription payments
    8282
     83= 1.0.20 =
     84* Fix logo on checkout
     85
    8386= 1.0.19 =
    8487* Add support for Spanish
  • trelis-crypto-payments/trunk/Trelis-ethereum-payment-gateway.php

    r2840086 r2855258  
    100100
    101101    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);
    103103        $order->save();
    104104        return __('Failed','trelis-crypto-payments');
     
    149149            {
    150150                $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';
    152152                $this->supports = array(
    153153                    'products'
Note: See TracChangeset for help on using the changeset viewer.