Plugin Directory

Changeset 2835210


Ignore:
Timestamp:
12/16/2022 06:24:33 PM (3 years ago)
Author:
ronantrelis
Message:

gasless payments release

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

Legend:

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

    r2833988 r2835210  
    55Requires at least: 6.1
    66Tested up to: 6.1
    7 Stable tag: 1.0.16
     7Stable tag: 1.0.17
    88Requires PHP: 7.4
    99License: GPL-3.0
     
    2929
    3030* **Pay with any major Ethereum wallet.** Metamask, Coinbase, Rainbow, Ledger, Trezor
     31* **Gasless payments** Customers can pay in USDC, no ETH required!
    3132
    3233== Getting Started ==
     
    34351. Install the Trelis Crypto Payments plugin
    35361. Navigate to WooCommerce -> Settings -> Payments -> TrelisPay -> Manage
    36 1. Navigate to [Trelis.com](Trelis.com) and connect your Ethereum wallet. This wallet will receive payments. It is highly recommended to use a cold wallet. You are solely responsible for custody of your funds.
     371. Navigate to [Trelis.com](Trelis.com) and connect your Ethereum wallet. This wallet will receive payments. It is highly recommended to use a cold wallet. You are solely responsible for custody of your funds. To offer gasless USDC payments, purchase gas credits from your dashboard.
    37381. Navigate to the api screen to create a new api key.
    38391. Copy the api webhook url from Wordpress and enter it on Trelis.com
     
    6162* Users of Trelis Crypto Payments plugin with Trelis' api must agree to Trelis' [Terms of Service](https://docs.trelis.com/terms-of-service) as a condition of use.
    6263
     64= Why aren't payments showing as gasless? =
     65
     66* Merchants can only offer gasless payments to customers if they have prepaid gas credits. Gas credits can be purchased at Trelis.com and must be purchased from the same account from which the api keys are generated. Further, payments will default to standard (i.e. customer pays for gas) if gas costs exceed 5% of the transaction amount.
     67
    6368== Screenshots ==
    6469
     
    7479* Allow payment in USDC for products priced in non-USD currencies.
    7580* Add support for Spanish
     81* Add option for Trelis prime (1% customer discount)
     82
     83= 1.0.17 =
    7684* Allow merchants to offer gasless payments
    77 * Add option for Trelis prime (1% customer discount)
    7885
    7986= 1.0.16 =
  • trelis-crypto-payments/trunk/Trelis-ethereum-payment-gateway.php

    r2833988 r2835210  
    211211                        'productPrice' => $order->total,
    212212                        'currencyType' => $currency,
    213                         'redirectLink' => $this->get_return_url($order)
     213                        'redirectLink' => $this->get_return_url($order),
     214            'isGasless' => true
    214215                    ))
    215216                );
Note: See TracChangeset for help on using the changeset viewer.