Changeset 2833988
- Timestamp:
- 12/14/2022 06:42:13 PM (3 years ago)
- Location:
- trelis-crypto-payments
- Files:
-
- 3 edited
-
tags/1.0.16/ReadMe.txt (modified) (1 diff)
-
trunk/ReadMe.txt (modified) (1 diff)
-
trunk/Trelis-ethereum-payment-gateway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trelis-crypto-payments/tags/1.0.16/ReadMe.txt
r2820445 r2833988 1 1 === Trelis Crypto Payments === 2 2 Contributors: ronantrelis 3 Donate link: https:// art.trelis.com/product/woocommerce-plugin-donation/3 Donate link: https://shop.trelis.com/product/woocommerce-plugin-donation/ 4 4 Tags: crypto, payment, ethereum, USDC, ether, eth, cryptocurrency, non-custodial, payments, payment gateway, metamask 5 5 Requires at least: 6.1 -
trelis-crypto-payments/trunk/ReadMe.txt
r2821546 r2833988 1 1 === Trelis Crypto Payments === 2 2 Contributors: ronantrelis 3 Donate link: https:// art.trelis.com/product/woocommerce-plugin-donation/3 Donate link: https://shop.trelis.com/product/woocommerce-plugin-donation/ 4 4 Tags: crypto, payment, ethereum, USDC, ether, eth, cryptocurrency, non-custodial, payments, payment gateway, metamask 5 5 Requires at least: 6.1 -
trelis-crypto-payments/trunk/Trelis-ethereum-payment-gateway.php
r2821478 r2833988 21 21 22 22 23 24 25 23 add_filter( 'woocommerce_currencies', 'trelis_add_crypto' ); 26 24 … … 187 185 } 188 186 189 public function trelis_process_payment($order_id)187 public function process_payment($order_id) 190 188 { 191 189 global $woocommerce;
Note: See TracChangeset
for help on using the changeset viewer.