Changeset 2802681
- Timestamp:
- 10/21/2022 08:37:08 PM (3 years ago)
- Location:
- solpay-store
- Files:
-
- 8 edited
- 1 copied
-
tags/1.3.2 (copied) (copied from solpay-store/trunk)
-
tags/1.3.2/index.php (modified) (1 diff)
-
tags/1.3.2/readme.txt (modified) (1 diff)
-
tags/1.3.2/src/SolanaPayWooCommerceGateway.php (modified) (1 diff)
-
tags/1.3.2/src/SolanaPayWooCommerceGatewayPlugin.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/SolanaPayWooCommerceGateway.php (modified) (1 diff)
-
trunk/src/SolanaPayWooCommerceGatewayPlugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
solpay-store/tags/1.3.2/index.php
r2739923 r2802681 4 4 * Plugin URI: https://solpay.store 5 5 * Description: Solana Pay for your online WooCommerce store. Help customers pay instantly with a QR code or their Web 3.0 wallet, no fees. 6 * Version: 1.3. 16 * Version: 1.3.2 7 7 * Author: Soma Social 8 8 * Author URI: https://somasocial.com -
solpay-store/tags/1.3.2/readme.txt
r2739923 r2802681 1 1 === solpay.store === 2 2 Contributors: somasocial 3 Stable tag: 1.3. 13 Stable tag: 1.3.2 4 4 Requires PHP: 7.4 5 5 Requires at least: 5.7 -
solpay-store/tags/1.3.2/src/SolanaPayWooCommerceGateway.php
r2739923 r2802681 9 9 private const DEVNET_CLUSTER = 'devnet'; 10 10 private const MAINNET_CLUSTER = 'mainnet-beta'; 11 private const SOLPAY_STORE_CLUSTER = 'https://sol paystore.genesysgo.net/';11 private const SOLPAY_STORE_CLUSTER = 'https://solana-api.projectserum.com'; // 'https://solpaystore.genesysgo.net/'; 12 12 private const CLUSTERS = [ 13 13 self::DEVNET_CLUSTER, -
solpay-store/tags/1.3.2/src/SolanaPayWooCommerceGatewayPlugin.php
r2739923 r2802681 7 7 8 8 class SolanaPayWooCommerceGatewayPlugin { 9 public const VERSION = '1.3. 1';9 public const VERSION = '1.3.2'; 10 10 11 11 /** -
solpay-store/trunk/index.php
r2739923 r2802681 4 4 * Plugin URI: https://solpay.store 5 5 * Description: Solana Pay for your online WooCommerce store. Help customers pay instantly with a QR code or their Web 3.0 wallet, no fees. 6 * Version: 1.3. 16 * Version: 1.3.2 7 7 * Author: Soma Social 8 8 * Author URI: https://somasocial.com -
solpay-store/trunk/readme.txt
r2739923 r2802681 1 1 === solpay.store === 2 2 Contributors: somasocial 3 Stable tag: 1.3. 13 Stable tag: 1.3.2 4 4 Requires PHP: 7.4 5 5 Requires at least: 5.7 -
solpay-store/trunk/src/SolanaPayWooCommerceGateway.php
r2739923 r2802681 9 9 private const DEVNET_CLUSTER = 'devnet'; 10 10 private const MAINNET_CLUSTER = 'mainnet-beta'; 11 private const SOLPAY_STORE_CLUSTER = 'https://sol paystore.genesysgo.net/';11 private const SOLPAY_STORE_CLUSTER = 'https://solana-api.projectserum.com'; // 'https://solpaystore.genesysgo.net/'; 12 12 private const CLUSTERS = [ 13 13 self::DEVNET_CLUSTER, -
solpay-store/trunk/src/SolanaPayWooCommerceGatewayPlugin.php
r2739923 r2802681 7 7 8 8 class SolanaPayWooCommerceGatewayPlugin { 9 public const VERSION = '1.3. 1';9 public const VERSION = '1.3.2'; 10 10 11 11 /**
Note: See TracChangeset
for help on using the changeset viewer.