Changeset 2595433
- Timestamp:
- 09/08/2021 03:37:05 AM (5 years ago)
- Location:
- relaypay
- Files:
-
- 28 edited
- 1 copied
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
tags/1.0.1 (copied) (copied from relaypay/trunk)
-
tags/1.0.1/deps/autoload.php (modified) (1 diff)
-
tags/1.0.1/deps/composer/autoload_real.php (modified) (5 diffs)
-
tags/1.0.1/deps/composer/autoload_static.php (modified) (2 diffs)
-
tags/1.0.1/deps/composer/installed.json (modified) (3 diffs)
-
tags/1.0.1/deps/composer/installed.php (modified) (1 diff)
-
tags/1.0.1/deps/php-di/php-di/src/Container.php (modified) (3 diffs)
-
tags/1.0.1/readme.txt (modified) (4 diffs)
-
tags/1.0.1/relaypay.php (modified) (1 diff)
-
tags/1.0.1/src/Plugin.php (modified) (1 diff)
-
tags/1.0.1/vendor/autoload.php (modified) (1 diff)
-
tags/1.0.1/vendor/composer/autoload_real.php (modified) (3 diffs)
-
tags/1.0.1/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/1.0.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/deps/autoload.php (modified) (1 diff)
-
trunk/deps/composer/autoload_real.php (modified) (5 diffs)
-
trunk/deps/composer/autoload_static.php (modified) (2 diffs)
-
trunk/deps/composer/installed.json (modified) (3 diffs)
-
trunk/deps/composer/installed.php (modified) (1 diff)
-
trunk/deps/php-di/php-di/src/Container.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/relaypay.php (modified) (1 diff)
-
trunk/src/Plugin.php (modified) (1 diff)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (3 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
relaypay/tags/1.0.1/deps/autoload.php
r2590852 r2595433 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 134b84aee24c03a3e053c532b10497d9::getLoader();7 return ComposerAutoloaderInit619db4fb84246606c2067017982b7fc2::getLoader(); -
relaypay/tags/1.0.1/deps/composer/autoload_real.php
r2590852 r2595433 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 134b84aee24c03a3e053c532b10497d95 class ComposerAutoloaderInit619db4fb84246606c2067017982b7fc2 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 134b84aee24c03a3e053c532b10497d9', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit619db4fb84246606c2067017982b7fc2', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 134b84aee24c03a3e053c532b10497d9', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit619db4fb84246606c2067017982b7fc2', 'loadClassLoader')); 28 28 29 29 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 31 31 require __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit 134b84aee24c03a3e053c532b10497d9::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInit619db4fb84246606c2067017982b7fc2::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; … … 52 52 53 53 if ($useStaticLoader) { 54 $includeFiles = Composer\Autoload\ComposerStaticInit 134b84aee24c03a3e053c532b10497d9::$files;54 $includeFiles = Composer\Autoload\ComposerStaticInit619db4fb84246606c2067017982b7fc2::$files; 55 55 } else { 56 56 $includeFiles = require __DIR__ . '/autoload_files.php'; 57 57 } 58 58 foreach ($includeFiles as $fileIdentifier => $file) { 59 composerRequire 134b84aee24c03a3e053c532b10497d9($fileIdentifier, $file);59 composerRequire619db4fb84246606c2067017982b7fc2($fileIdentifier, $file); 60 60 } 61 61 … … 64 64 } 65 65 66 function composerRequire 134b84aee24c03a3e053c532b10497d9($fileIdentifier, $file)66 function composerRequire619db4fb84246606c2067017982b7fc2($fileIdentifier, $file) 67 67 { 68 68 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
relaypay/tags/1.0.1/deps/composer/autoload_static.php
r2590852 r2595433 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 134b84aee24c03a3e053c532b10497d97 class ComposerStaticInit619db4fb84246606c2067017982b7fc2 8 8 { 9 9 public static $files = array ( … … 494 494 { 495 495 return \Closure::bind(function () use ($loader) { 496 $loader->prefixLengthsPsr4 = ComposerStaticInit 134b84aee24c03a3e053c532b10497d9::$prefixLengthsPsr4;497 $loader->prefixDirsPsr4 = ComposerStaticInit 134b84aee24c03a3e053c532b10497d9::$prefixDirsPsr4;498 $loader->classMap = ComposerStaticInit 134b84aee24c03a3e053c532b10497d9::$classMap;496 $loader->prefixLengthsPsr4 = ComposerStaticInit619db4fb84246606c2067017982b7fc2::$prefixLengthsPsr4; 497 $loader->prefixDirsPsr4 = ComposerStaticInit619db4fb84246606c2067017982b7fc2::$prefixDirsPsr4; 498 $loader->classMap = ComposerStaticInit619db4fb84246606c2067017982b7fc2::$classMap; 499 499 500 500 }, null, ClassLoader::class); -
relaypay/tags/1.0.1/deps/composer/installed.json
r2590852 r2595433 505 505 { 506 506 "name": "php-di\/php-di", 507 "version": "6.3. 4",508 "version_normalized": "6.3. 4.0",507 "version": "6.3.5", 508 "version_normalized": "6.3.5.0", 509 509 "source": { 510 510 "type": "git", 511 511 "url": "https:\/\/github.com\/PHP-DI\/PHP-DI.git", 512 "reference": " f53bcba06ab31b18e911b77c039377f4ccd1f7a5"513 }, 514 "dist": { 515 "type": "zip", 516 "url": "https:\/\/api.github.com\/repos\/PHP-DI\/PHP-DI\/zipball\/ f53bcba06ab31b18e911b77c039377f4ccd1f7a5",517 "reference": " f53bcba06ab31b18e911b77c039377f4ccd1f7a5",512 "reference": "b8126d066ce144765300ee0ab040c1ed6c9ef588" 513 }, 514 "dist": { 515 "type": "zip", 516 "url": "https:\/\/api.github.com\/repos\/PHP-DI\/PHP-DI\/zipball\/b8126d066ce144765300ee0ab040c1ed6c9ef588", 517 "reference": "b8126d066ce144765300ee0ab040c1ed6c9ef588", 518 518 "shasum": "" 519 519 }, … … 540 540 "ocramius\/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)" 541 541 }, 542 "time": "2021-0 6-10T08:04:48+00:00",542 "time": "2021-09-02T09:49:58+00:00", 543 543 "type": "library", 544 544 "installation-source": "dist", … … 568 568 "support": { 569 569 "issues": "https:\/\/github.com\/PHP-DI\/PHP-DI\/issues", 570 "source": "https:\/\/github.com\/PHP-DI\/PHP-DI\/tree\/6.3. 4"570 "source": "https:\/\/github.com\/PHP-DI\/PHP-DI\/tree\/6.3.5" 571 571 }, 572 572 "funding": [ -
relaypay/tags/1.0.1/deps/composer/installed.php
r2590852 r2595433 3 3 namespace RelayPayDeps; 4 4 5 return array('root' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'reference' => \NULL, 'name' => '__root__', 'dev' => \true), 'versions' => array('__root__' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'reference' => \NULL, 'dev_requirement' => \false), 'doctrine/collections' => array('pretty_version' => '1.6.8', 'version' => '1.6.8.0', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/collections', 'aliases' => array(), 'reference' => '1958a744696c6bb3bb0d28db2611dc11610e78af', 'dev_requirement' => \false), 'guzzlehttp/guzzle' => array('pretty_version' => '6.2.3', 'version' => '6.2.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'reference' => '8d6c6cc55186db87b7dc5009827429ba4e9dc006', 'dev_requirement' => \false), 'guzzlehttp/promises' => array('pretty_version' => '1.4.1', 'version' => '1.4.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'reference' => '8e7d04f1f6450fef59366c399cfad4b9383aa30d', 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '1.8.2', 'version' => '1.8.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'reference' => 'dc960a912984efb74d0a90222870c72c87f10c91', 'dev_requirement' => \false), 'monolog/monolog' => array('pretty_version' => '2.3.2', 'version' => '2.3.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../monolog/monolog', 'aliases' => array(), 'reference' => '71312564759a7db5b789296369c1a264efc43aad', 'dev_requirement' => \false), 'opis/closure' => array('pretty_version' => '3.6.2', 'version' => '3.6.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../opis/closure', 'aliases' => array(), 'reference' => '06e2ebd25f2869e54a306dda991f7db58066f7f6', 'dev_requirement' => \false), 'php-di/invoker' => array('pretty_version' => '2.3.2', 'version' => '2.3.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/invoker', 'aliases' => array(), 'reference' => '5214cbe5aad066022cd845dbf313f0e47aed928f', 'dev_requirement' => \false), 'php-di/php-di' => array('pretty_version' => '6.3. 4', 'version' => '6.3.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/php-di', 'aliases' => array(), 'reference' => 'f53bcba06ab31b18e911b77c039377f4ccd1f7a5', 'dev_requirement' => \false), 'php-di/phpdoc-reader' => array('pretty_version' => '2.2.1', 'version' => '2.2.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/phpdoc-reader', 'aliases' => array(), 'reference' => '66daff34cbd2627740ffec9469ffbac9f8c8185c', 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '1.1.1', 'version' => '1.1.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'reference' => '8622567409010282b7aeebe4bb841fe98b58dcaf', 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '^1.0')), 'psr/http-message' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '1.1.4', 'version' => '1.1.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 'dev_requirement' => \false), 'psr/log-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0.0')), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'dev_requirement' => \false), 'relaypay-official/merchant-php-client' => array('pretty_version' => '1.0.0', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../relaypay-official/merchant-php-client', 'aliases' => array(), 'reference' => '988b4b2ac5d567908eaf3a9b11b63c2a21152c3f', 'dev_requirement' => \false), 'relaypay-official/merchant-php-sdk' => array('pretty_version' => '1.0.2', 'version' => '1.0.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../relaypay-official/merchant-php-sdk', 'aliases' => array(), 'reference' => 'aa78339718f5aa22608c2f34e9f23d3548988387', 'dev_requirement' => \false), 'wpify/core' => array('pretty_version' => '4.2.9', 'version' => '4.2.9.0', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/core', 'aliases' => array(), 'reference' => 'df8f409b2a3ad98d5d1ede52b5922795c52aa927', 'dev_requirement' => \false)));5 return array('root' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'reference' => \NULL, 'name' => '__root__', 'dev' => \true), 'versions' => array('__root__' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'reference' => \NULL, 'dev_requirement' => \false), 'doctrine/collections' => array('pretty_version' => '1.6.8', 'version' => '1.6.8.0', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/collections', 'aliases' => array(), 'reference' => '1958a744696c6bb3bb0d28db2611dc11610e78af', 'dev_requirement' => \false), 'guzzlehttp/guzzle' => array('pretty_version' => '6.2.3', 'version' => '6.2.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'reference' => '8d6c6cc55186db87b7dc5009827429ba4e9dc006', 'dev_requirement' => \false), 'guzzlehttp/promises' => array('pretty_version' => '1.4.1', 'version' => '1.4.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'reference' => '8e7d04f1f6450fef59366c399cfad4b9383aa30d', 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '1.8.2', 'version' => '1.8.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'reference' => 'dc960a912984efb74d0a90222870c72c87f10c91', 'dev_requirement' => \false), 'monolog/monolog' => array('pretty_version' => '2.3.2', 'version' => '2.3.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../monolog/monolog', 'aliases' => array(), 'reference' => '71312564759a7db5b789296369c1a264efc43aad', 'dev_requirement' => \false), 'opis/closure' => array('pretty_version' => '3.6.2', 'version' => '3.6.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../opis/closure', 'aliases' => array(), 'reference' => '06e2ebd25f2869e54a306dda991f7db58066f7f6', 'dev_requirement' => \false), 'php-di/invoker' => array('pretty_version' => '2.3.2', 'version' => '2.3.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/invoker', 'aliases' => array(), 'reference' => '5214cbe5aad066022cd845dbf313f0e47aed928f', 'dev_requirement' => \false), 'php-di/php-di' => array('pretty_version' => '6.3.5', 'version' => '6.3.5.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/php-di', 'aliases' => array(), 'reference' => 'b8126d066ce144765300ee0ab040c1ed6c9ef588', 'dev_requirement' => \false), 'php-di/phpdoc-reader' => array('pretty_version' => '2.2.1', 'version' => '2.2.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/phpdoc-reader', 'aliases' => array(), 'reference' => '66daff34cbd2627740ffec9469ffbac9f8c8185c', 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '1.1.1', 'version' => '1.1.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'reference' => '8622567409010282b7aeebe4bb841fe98b58dcaf', 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '^1.0')), 'psr/http-message' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '1.1.4', 'version' => '1.1.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 'dev_requirement' => \false), 'psr/log-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0.0')), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'dev_requirement' => \false), 'relaypay-official/merchant-php-client' => array('pretty_version' => '1.0.0', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../relaypay-official/merchant-php-client', 'aliases' => array(), 'reference' => '988b4b2ac5d567908eaf3a9b11b63c2a21152c3f', 'dev_requirement' => \false), 'relaypay-official/merchant-php-sdk' => array('pretty_version' => '1.0.2', 'version' => '1.0.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../relaypay-official/merchant-php-sdk', 'aliases' => array(), 'reference' => 'aa78339718f5aa22608c2f34e9f23d3548988387', 'dev_requirement' => \false), 'wpify/core' => array('pretty_version' => '4.2.9', 'version' => '4.2.9.0', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/core', 'aliases' => array(), 'reference' => 'df8f409b2a3ad98d5d1ede52b5922795c52aa927', 'dev_requirement' => \false))); -
relaypay/tags/1.0.1/deps/php-di/php-di/src/Container.php
r2590852 r2595433 97 97 * Returns an entry of the container by its name. 98 98 * 99 * @param string $name Entry name or a class name. 99 * @template T 100 * @param string|class-string<T> $name Entry name or a class name. 100 101 * 101 102 * @throws DependencyException Error while resolving the entry. 102 103 * @throws NotFoundException No entry found for the given name. 103 * @return mixed 104 * @return mixed|T 104 105 */ 105 106 public function get($name) … … 138 139 * This method makes the container behave like a factory. 139 140 * 140 * @param string $name Entry name or a class name. 141 * @param array $parameters Optional parameters to use to build the entry. Use this to force specific parameters 142 * to specific values. Parameters not defined in this array will be resolved using 143 * the container. 141 * @template T 142 * @param string|class-string<T> $name Entry name or a class name. 143 * @param array $parameters Optional parameters to use to build the entry. Use this to force 144 * specific parameters to specific values. Parameters not defined in this 145 * array will be resolved using the container. 144 146 * 145 147 * @throws InvalidArgumentException The name parameter must be of type string. 146 148 * @throws DependencyException Error while resolving the entry. 147 149 * @throws NotFoundException No entry found for the given name. 148 * @return mixed 150 * @return mixed|T 149 151 */ 150 152 public function make($name, array $parameters = []) … … 188 190 * Inject all dependencies on an existing instance. 189 191 * 190 * @param object $instance Object to perform injection upon 192 * @template T 193 * @param object|T $instance Object to perform injection upon 191 194 * @throws InvalidArgumentException 192 195 * @throws DependencyException Error while injecting dependencies 193 * @return object $instance Returns the same instance196 * @return object|T $instance Returns the same instance 194 197 */ 195 198 public function injectOn($instance) -
relaypay/tags/1.0.1/readme.txt
r2590852 r2595433 5 5 Tested up to: 5.8 6 6 Requires PHP: 7.3 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 19 19 Expand your business to forward thinkers and early adopters around the world who transact in digital currencies like Bitcoin, Ethereum, and USD stablecoins. RelayPay integrates easily into your existing website, giving you fast access to new customers and digital currencies across the globe. 20 20 21 With the RelayPay Checkout, you can accept cryptocurrency payments and receive them in your local fiat money seamlessly. Avoid volatility or security risks and invite the influx of new customers. Once the transaction is complete, you and the customer receive a confirmation letter. We send your revenue out daily and all payments are subject to the transaction fees.21 With the RelayPay Checkout, you can accept cryptocurrency payments and receive them in your local fiat money seamlessly. Avoid volatility or security risks and invite the influx of new customers. Once the transaction is complete, you and the customer receive a confirmation email. We send your revenue out daily and all payments are subject to the transaction fees. 22 22 23 23 Blockchain technology allows you to accept crypto payments without the risk of fraud, chargeback, or unauthorised transactions. Meanwhile, our crypto payment gateway keeps your customers’ details safe. We support a multitude of cryptocurrencies with payout options including over 20 fiat currencies. … … 44 44 2. The client is then redirected to the RelayPay Payment page where they can choose the cryptocurrency to pay with. They select the cryptocurrency of choice. 45 45 3. RelayPay converts the order total to the client’s selected cryptocurrency. The customer is then presented with the total amount to be paid. 46 4. RelayPay automatically generates their unique wallet address and a QR code. The customer is then required to send the requested amount to the wallet address either by copying it directly or scanning the QR code. 46 4. RelayPay automatically generates their unique wallet address and a QR code. The customer is then required to send the requested amount to the wallet address either by copying it directly or scanning the QR code. Customers can use any wallet as RelayPay’s solution supports any cryptocurrency wallets. 47 47 5. Once the transaction appears on the blockchain, the client’s payment is accepted and they are redirected back to the seller’s website. In the case where it takes longer than 5 minutes for the transaction to be approved, the client has a choice to receive a new total sum to be paid. 48 48 6. Once the transaction is approved, the seller can view it in their RelayPat Merchant Dashboard. Sellers receive their payments daily with the included transaction fee deductions. … … 86 86 == Changelog == 87 87 88 = 1.0.1 = 89 * New plugin description 90 88 91 = 1.0.0 = 89 92 * Initial version -
relaypay/tags/1.0.1/relaypay.php
r2590852 r2595433 4 4 * Plugin Name: RelayPay 5 5 * Description: RelayPay Checkout lets you request cryptocurrency payments from your customers and receive them in your local fiat money. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Requires PHP: 7.3.0 8 8 * Requires at least: 5.3.0 -
relaypay/tags/1.0.1/src/Plugin.php
r2590852 r2595433 21 21 class Plugin extends AbstractPlugin { 22 22 /** Plugin version */ 23 public const VERSION = '1.0. 0';23 public const VERSION = '1.0.1'; 24 24 25 25 /** Plugin slug name */ -
relaypay/tags/1.0.1/vendor/autoload.php
r2590852 r2595433 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 08214b5fb538ccc73d0eba3b3b452d2b::getLoader();7 return ComposerAutoloaderInit52796bd1da95808f65ea1cfdeaf09f91::getLoader(); -
relaypay/tags/1.0.1/vendor/composer/autoload_real.php
r2590852 r2595433 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 08214b5fb538ccc73d0eba3b3b452d2b5 class ComposerAutoloaderInit52796bd1da95808f65ea1cfdeaf09f91 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 08214b5fb538ccc73d0eba3b3b452d2b', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit52796bd1da95808f65ea1cfdeaf09f91', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 08214b5fb538ccc73d0eba3b3b452d2b', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit52796bd1da95808f65ea1cfdeaf09f91', 'loadClassLoader')); 28 28 29 29 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 31 31 require __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit 08214b5fb538ccc73d0eba3b3b452d2b::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInit52796bd1da95808f65ea1cfdeaf09f91::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; -
relaypay/tags/1.0.1/vendor/composer/autoload_static.php
r2590852 r2595433 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 08214b5fb538ccc73d0eba3b3b452d2b7 class ComposerStaticInit52796bd1da95808f65ea1cfdeaf09f91 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 39 39 { 40 40 return \Closure::bind(function () use ($loader) { 41 $loader->prefixLengthsPsr4 = ComposerStaticInit 08214b5fb538ccc73d0eba3b3b452d2b::$prefixLengthsPsr4;42 $loader->prefixDirsPsr4 = ComposerStaticInit 08214b5fb538ccc73d0eba3b3b452d2b::$prefixDirsPsr4;43 $loader->classMap = ComposerStaticInit 08214b5fb538ccc73d0eba3b3b452d2b::$classMap;41 $loader->prefixLengthsPsr4 = ComposerStaticInit52796bd1da95808f65ea1cfdeaf09f91::$prefixLengthsPsr4; 42 $loader->prefixDirsPsr4 = ComposerStaticInit52796bd1da95808f65ea1cfdeaf09f91::$prefixDirsPsr4; 43 $loader->classMap = ComposerStaticInit52796bd1da95808f65ea1cfdeaf09f91::$classMap; 44 44 45 45 }, null, ClassLoader::class); -
relaypay/tags/1.0.1/vendor/composer/installed.php
r2590852 r2595433 1 1 <?php return array( 2 2 'root' => array( 3 'pretty_version' => '1.0. 0',4 'version' => '1.0. 0.0',3 'pretty_version' => '1.0.1', 4 'version' => '1.0.1.0', 5 5 'type' => 'project', 6 6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => ' 4717bd0ca966a973a6940f391bd69703a116f303',8 'reference' => '314750dc2d8711a7e9478a6cc5bfeba64f24bd8d', 9 9 'name' => 'relaypay/plugin-woocommerce', 10 10 'dev' => false, … … 12 12 'versions' => array( 13 13 'relaypay/plugin-woocommerce' => array( 14 'pretty_version' => '1.0. 0',15 'version' => '1.0. 0.0',14 'pretty_version' => '1.0.1', 15 'version' => '1.0.1.0', 16 16 'type' => 'project', 17 17 'install_path' => __DIR__ . '/../../', 18 18 'aliases' => array(), 19 'reference' => ' 4717bd0ca966a973a6940f391bd69703a116f303',19 'reference' => '314750dc2d8711a7e9478a6cc5bfeba64f24bd8d', 20 20 'dev_requirement' => false, 21 21 ), -
relaypay/trunk/deps/autoload.php
r2590852 r2595433 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 134b84aee24c03a3e053c532b10497d9::getLoader();7 return ComposerAutoloaderInit619db4fb84246606c2067017982b7fc2::getLoader(); -
relaypay/trunk/deps/composer/autoload_real.php
r2590852 r2595433 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 134b84aee24c03a3e053c532b10497d95 class ComposerAutoloaderInit619db4fb84246606c2067017982b7fc2 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 134b84aee24c03a3e053c532b10497d9', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit619db4fb84246606c2067017982b7fc2', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 134b84aee24c03a3e053c532b10497d9', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit619db4fb84246606c2067017982b7fc2', 'loadClassLoader')); 28 28 29 29 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 31 31 require __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit 134b84aee24c03a3e053c532b10497d9::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInit619db4fb84246606c2067017982b7fc2::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; … … 52 52 53 53 if ($useStaticLoader) { 54 $includeFiles = Composer\Autoload\ComposerStaticInit 134b84aee24c03a3e053c532b10497d9::$files;54 $includeFiles = Composer\Autoload\ComposerStaticInit619db4fb84246606c2067017982b7fc2::$files; 55 55 } else { 56 56 $includeFiles = require __DIR__ . '/autoload_files.php'; 57 57 } 58 58 foreach ($includeFiles as $fileIdentifier => $file) { 59 composerRequire 134b84aee24c03a3e053c532b10497d9($fileIdentifier, $file);59 composerRequire619db4fb84246606c2067017982b7fc2($fileIdentifier, $file); 60 60 } 61 61 … … 64 64 } 65 65 66 function composerRequire 134b84aee24c03a3e053c532b10497d9($fileIdentifier, $file)66 function composerRequire619db4fb84246606c2067017982b7fc2($fileIdentifier, $file) 67 67 { 68 68 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
relaypay/trunk/deps/composer/autoload_static.php
r2590852 r2595433 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 134b84aee24c03a3e053c532b10497d97 class ComposerStaticInit619db4fb84246606c2067017982b7fc2 8 8 { 9 9 public static $files = array ( … … 494 494 { 495 495 return \Closure::bind(function () use ($loader) { 496 $loader->prefixLengthsPsr4 = ComposerStaticInit 134b84aee24c03a3e053c532b10497d9::$prefixLengthsPsr4;497 $loader->prefixDirsPsr4 = ComposerStaticInit 134b84aee24c03a3e053c532b10497d9::$prefixDirsPsr4;498 $loader->classMap = ComposerStaticInit 134b84aee24c03a3e053c532b10497d9::$classMap;496 $loader->prefixLengthsPsr4 = ComposerStaticInit619db4fb84246606c2067017982b7fc2::$prefixLengthsPsr4; 497 $loader->prefixDirsPsr4 = ComposerStaticInit619db4fb84246606c2067017982b7fc2::$prefixDirsPsr4; 498 $loader->classMap = ComposerStaticInit619db4fb84246606c2067017982b7fc2::$classMap; 499 499 500 500 }, null, ClassLoader::class); -
relaypay/trunk/deps/composer/installed.json
r2590852 r2595433 505 505 { 506 506 "name": "php-di\/php-di", 507 "version": "6.3. 4",508 "version_normalized": "6.3. 4.0",507 "version": "6.3.5", 508 "version_normalized": "6.3.5.0", 509 509 "source": { 510 510 "type": "git", 511 511 "url": "https:\/\/github.com\/PHP-DI\/PHP-DI.git", 512 "reference": " f53bcba06ab31b18e911b77c039377f4ccd1f7a5"513 }, 514 "dist": { 515 "type": "zip", 516 "url": "https:\/\/api.github.com\/repos\/PHP-DI\/PHP-DI\/zipball\/ f53bcba06ab31b18e911b77c039377f4ccd1f7a5",517 "reference": " f53bcba06ab31b18e911b77c039377f4ccd1f7a5",512 "reference": "b8126d066ce144765300ee0ab040c1ed6c9ef588" 513 }, 514 "dist": { 515 "type": "zip", 516 "url": "https:\/\/api.github.com\/repos\/PHP-DI\/PHP-DI\/zipball\/b8126d066ce144765300ee0ab040c1ed6c9ef588", 517 "reference": "b8126d066ce144765300ee0ab040c1ed6c9ef588", 518 518 "shasum": "" 519 519 }, … … 540 540 "ocramius\/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)" 541 541 }, 542 "time": "2021-0 6-10T08:04:48+00:00",542 "time": "2021-09-02T09:49:58+00:00", 543 543 "type": "library", 544 544 "installation-source": "dist", … … 568 568 "support": { 569 569 "issues": "https:\/\/github.com\/PHP-DI\/PHP-DI\/issues", 570 "source": "https:\/\/github.com\/PHP-DI\/PHP-DI\/tree\/6.3. 4"570 "source": "https:\/\/github.com\/PHP-DI\/PHP-DI\/tree\/6.3.5" 571 571 }, 572 572 "funding": [ -
relaypay/trunk/deps/composer/installed.php
r2590852 r2595433 3 3 namespace RelayPayDeps; 4 4 5 return array('root' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'reference' => \NULL, 'name' => '__root__', 'dev' => \true), 'versions' => array('__root__' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'reference' => \NULL, 'dev_requirement' => \false), 'doctrine/collections' => array('pretty_version' => '1.6.8', 'version' => '1.6.8.0', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/collections', 'aliases' => array(), 'reference' => '1958a744696c6bb3bb0d28db2611dc11610e78af', 'dev_requirement' => \false), 'guzzlehttp/guzzle' => array('pretty_version' => '6.2.3', 'version' => '6.2.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'reference' => '8d6c6cc55186db87b7dc5009827429ba4e9dc006', 'dev_requirement' => \false), 'guzzlehttp/promises' => array('pretty_version' => '1.4.1', 'version' => '1.4.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'reference' => '8e7d04f1f6450fef59366c399cfad4b9383aa30d', 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '1.8.2', 'version' => '1.8.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'reference' => 'dc960a912984efb74d0a90222870c72c87f10c91', 'dev_requirement' => \false), 'monolog/monolog' => array('pretty_version' => '2.3.2', 'version' => '2.3.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../monolog/monolog', 'aliases' => array(), 'reference' => '71312564759a7db5b789296369c1a264efc43aad', 'dev_requirement' => \false), 'opis/closure' => array('pretty_version' => '3.6.2', 'version' => '3.6.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../opis/closure', 'aliases' => array(), 'reference' => '06e2ebd25f2869e54a306dda991f7db58066f7f6', 'dev_requirement' => \false), 'php-di/invoker' => array('pretty_version' => '2.3.2', 'version' => '2.3.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/invoker', 'aliases' => array(), 'reference' => '5214cbe5aad066022cd845dbf313f0e47aed928f', 'dev_requirement' => \false), 'php-di/php-di' => array('pretty_version' => '6.3. 4', 'version' => '6.3.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/php-di', 'aliases' => array(), 'reference' => 'f53bcba06ab31b18e911b77c039377f4ccd1f7a5', 'dev_requirement' => \false), 'php-di/phpdoc-reader' => array('pretty_version' => '2.2.1', 'version' => '2.2.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/phpdoc-reader', 'aliases' => array(), 'reference' => '66daff34cbd2627740ffec9469ffbac9f8c8185c', 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '1.1.1', 'version' => '1.1.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'reference' => '8622567409010282b7aeebe4bb841fe98b58dcaf', 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '^1.0')), 'psr/http-message' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '1.1.4', 'version' => '1.1.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 'dev_requirement' => \false), 'psr/log-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0.0')), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'dev_requirement' => \false), 'relaypay-official/merchant-php-client' => array('pretty_version' => '1.0.0', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../relaypay-official/merchant-php-client', 'aliases' => array(), 'reference' => '988b4b2ac5d567908eaf3a9b11b63c2a21152c3f', 'dev_requirement' => \false), 'relaypay-official/merchant-php-sdk' => array('pretty_version' => '1.0.2', 'version' => '1.0.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../relaypay-official/merchant-php-sdk', 'aliases' => array(), 'reference' => 'aa78339718f5aa22608c2f34e9f23d3548988387', 'dev_requirement' => \false), 'wpify/core' => array('pretty_version' => '4.2.9', 'version' => '4.2.9.0', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/core', 'aliases' => array(), 'reference' => 'df8f409b2a3ad98d5d1ede52b5922795c52aa927', 'dev_requirement' => \false)));5 return array('root' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'reference' => \NULL, 'name' => '__root__', 'dev' => \true), 'versions' => array('__root__' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'reference' => \NULL, 'dev_requirement' => \false), 'doctrine/collections' => array('pretty_version' => '1.6.8', 'version' => '1.6.8.0', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/collections', 'aliases' => array(), 'reference' => '1958a744696c6bb3bb0d28db2611dc11610e78af', 'dev_requirement' => \false), 'guzzlehttp/guzzle' => array('pretty_version' => '6.2.3', 'version' => '6.2.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'reference' => '8d6c6cc55186db87b7dc5009827429ba4e9dc006', 'dev_requirement' => \false), 'guzzlehttp/promises' => array('pretty_version' => '1.4.1', 'version' => '1.4.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'reference' => '8e7d04f1f6450fef59366c399cfad4b9383aa30d', 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '1.8.2', 'version' => '1.8.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'reference' => 'dc960a912984efb74d0a90222870c72c87f10c91', 'dev_requirement' => \false), 'monolog/monolog' => array('pretty_version' => '2.3.2', 'version' => '2.3.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../monolog/monolog', 'aliases' => array(), 'reference' => '71312564759a7db5b789296369c1a264efc43aad', 'dev_requirement' => \false), 'opis/closure' => array('pretty_version' => '3.6.2', 'version' => '3.6.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../opis/closure', 'aliases' => array(), 'reference' => '06e2ebd25f2869e54a306dda991f7db58066f7f6', 'dev_requirement' => \false), 'php-di/invoker' => array('pretty_version' => '2.3.2', 'version' => '2.3.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/invoker', 'aliases' => array(), 'reference' => '5214cbe5aad066022cd845dbf313f0e47aed928f', 'dev_requirement' => \false), 'php-di/php-di' => array('pretty_version' => '6.3.5', 'version' => '6.3.5.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/php-di', 'aliases' => array(), 'reference' => 'b8126d066ce144765300ee0ab040c1ed6c9ef588', 'dev_requirement' => \false), 'php-di/phpdoc-reader' => array('pretty_version' => '2.2.1', 'version' => '2.2.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/phpdoc-reader', 'aliases' => array(), 'reference' => '66daff34cbd2627740ffec9469ffbac9f8c8185c', 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '1.1.1', 'version' => '1.1.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'reference' => '8622567409010282b7aeebe4bb841fe98b58dcaf', 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '^1.0')), 'psr/http-message' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '1.1.4', 'version' => '1.1.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 'dev_requirement' => \false), 'psr/log-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0.0')), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'dev_requirement' => \false), 'relaypay-official/merchant-php-client' => array('pretty_version' => '1.0.0', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../relaypay-official/merchant-php-client', 'aliases' => array(), 'reference' => '988b4b2ac5d567908eaf3a9b11b63c2a21152c3f', 'dev_requirement' => \false), 'relaypay-official/merchant-php-sdk' => array('pretty_version' => '1.0.2', 'version' => '1.0.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../relaypay-official/merchant-php-sdk', 'aliases' => array(), 'reference' => 'aa78339718f5aa22608c2f34e9f23d3548988387', 'dev_requirement' => \false), 'wpify/core' => array('pretty_version' => '4.2.9', 'version' => '4.2.9.0', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/core', 'aliases' => array(), 'reference' => 'df8f409b2a3ad98d5d1ede52b5922795c52aa927', 'dev_requirement' => \false))); -
relaypay/trunk/deps/php-di/php-di/src/Container.php
r2590852 r2595433 97 97 * Returns an entry of the container by its name. 98 98 * 99 * @param string $name Entry name or a class name. 99 * @template T 100 * @param string|class-string<T> $name Entry name or a class name. 100 101 * 101 102 * @throws DependencyException Error while resolving the entry. 102 103 * @throws NotFoundException No entry found for the given name. 103 * @return mixed 104 * @return mixed|T 104 105 */ 105 106 public function get($name) … … 138 139 * This method makes the container behave like a factory. 139 140 * 140 * @param string $name Entry name or a class name. 141 * @param array $parameters Optional parameters to use to build the entry. Use this to force specific parameters 142 * to specific values. Parameters not defined in this array will be resolved using 143 * the container. 141 * @template T 142 * @param string|class-string<T> $name Entry name or a class name. 143 * @param array $parameters Optional parameters to use to build the entry. Use this to force 144 * specific parameters to specific values. Parameters not defined in this 145 * array will be resolved using the container. 144 146 * 145 147 * @throws InvalidArgumentException The name parameter must be of type string. 146 148 * @throws DependencyException Error while resolving the entry. 147 149 * @throws NotFoundException No entry found for the given name. 148 * @return mixed 150 * @return mixed|T 149 151 */ 150 152 public function make($name, array $parameters = []) … … 188 190 * Inject all dependencies on an existing instance. 189 191 * 190 * @param object $instance Object to perform injection upon 192 * @template T 193 * @param object|T $instance Object to perform injection upon 191 194 * @throws InvalidArgumentException 192 195 * @throws DependencyException Error while injecting dependencies 193 * @return object $instance Returns the same instance196 * @return object|T $instance Returns the same instance 194 197 */ 195 198 public function injectOn($instance) -
relaypay/trunk/readme.txt
r2590852 r2595433 5 5 Tested up to: 5.8 6 6 Requires PHP: 7.3 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 19 19 Expand your business to forward thinkers and early adopters around the world who transact in digital currencies like Bitcoin, Ethereum, and USD stablecoins. RelayPay integrates easily into your existing website, giving you fast access to new customers and digital currencies across the globe. 20 20 21 With the RelayPay Checkout, you can accept cryptocurrency payments and receive them in your local fiat money seamlessly. Avoid volatility or security risks and invite the influx of new customers. Once the transaction is complete, you and the customer receive a confirmation letter. We send your revenue out daily and all payments are subject to the transaction fees.21 With the RelayPay Checkout, you can accept cryptocurrency payments and receive them in your local fiat money seamlessly. Avoid volatility or security risks and invite the influx of new customers. Once the transaction is complete, you and the customer receive a confirmation email. We send your revenue out daily and all payments are subject to the transaction fees. 22 22 23 23 Blockchain technology allows you to accept crypto payments without the risk of fraud, chargeback, or unauthorised transactions. Meanwhile, our crypto payment gateway keeps your customers’ details safe. We support a multitude of cryptocurrencies with payout options including over 20 fiat currencies. … … 44 44 2. The client is then redirected to the RelayPay Payment page where they can choose the cryptocurrency to pay with. They select the cryptocurrency of choice. 45 45 3. RelayPay converts the order total to the client’s selected cryptocurrency. The customer is then presented with the total amount to be paid. 46 4. RelayPay automatically generates their unique wallet address and a QR code. The customer is then required to send the requested amount to the wallet address either by copying it directly or scanning the QR code. 46 4. RelayPay automatically generates their unique wallet address and a QR code. The customer is then required to send the requested amount to the wallet address either by copying it directly or scanning the QR code. Customers can use any wallet as RelayPay’s solution supports any cryptocurrency wallets. 47 47 5. Once the transaction appears on the blockchain, the client’s payment is accepted and they are redirected back to the seller’s website. In the case where it takes longer than 5 minutes for the transaction to be approved, the client has a choice to receive a new total sum to be paid. 48 48 6. Once the transaction is approved, the seller can view it in their RelayPat Merchant Dashboard. Sellers receive their payments daily with the included transaction fee deductions. … … 86 86 == Changelog == 87 87 88 = 1.0.1 = 89 * New plugin description 90 88 91 = 1.0.0 = 89 92 * Initial version -
relaypay/trunk/relaypay.php
r2590852 r2595433 4 4 * Plugin Name: RelayPay 5 5 * Description: RelayPay Checkout lets you request cryptocurrency payments from your customers and receive them in your local fiat money. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Requires PHP: 7.3.0 8 8 * Requires at least: 5.3.0 -
relaypay/trunk/src/Plugin.php
r2590852 r2595433 21 21 class Plugin extends AbstractPlugin { 22 22 /** Plugin version */ 23 public const VERSION = '1.0. 0';23 public const VERSION = '1.0.1'; 24 24 25 25 /** Plugin slug name */ -
relaypay/trunk/vendor/autoload.php
r2590852 r2595433 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 08214b5fb538ccc73d0eba3b3b452d2b::getLoader();7 return ComposerAutoloaderInit52796bd1da95808f65ea1cfdeaf09f91::getLoader(); -
relaypay/trunk/vendor/composer/autoload_real.php
r2590852 r2595433 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 08214b5fb538ccc73d0eba3b3b452d2b5 class ComposerAutoloaderInit52796bd1da95808f65ea1cfdeaf09f91 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 08214b5fb538ccc73d0eba3b3b452d2b', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit52796bd1da95808f65ea1cfdeaf09f91', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 08214b5fb538ccc73d0eba3b3b452d2b', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit52796bd1da95808f65ea1cfdeaf09f91', 'loadClassLoader')); 28 28 29 29 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 31 31 require __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit 08214b5fb538ccc73d0eba3b3b452d2b::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInit52796bd1da95808f65ea1cfdeaf09f91::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; -
relaypay/trunk/vendor/composer/autoload_static.php
r2590852 r2595433 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 08214b5fb538ccc73d0eba3b3b452d2b7 class ComposerStaticInit52796bd1da95808f65ea1cfdeaf09f91 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 39 39 { 40 40 return \Closure::bind(function () use ($loader) { 41 $loader->prefixLengthsPsr4 = ComposerStaticInit 08214b5fb538ccc73d0eba3b3b452d2b::$prefixLengthsPsr4;42 $loader->prefixDirsPsr4 = ComposerStaticInit 08214b5fb538ccc73d0eba3b3b452d2b::$prefixDirsPsr4;43 $loader->classMap = ComposerStaticInit 08214b5fb538ccc73d0eba3b3b452d2b::$classMap;41 $loader->prefixLengthsPsr4 = ComposerStaticInit52796bd1da95808f65ea1cfdeaf09f91::$prefixLengthsPsr4; 42 $loader->prefixDirsPsr4 = ComposerStaticInit52796bd1da95808f65ea1cfdeaf09f91::$prefixDirsPsr4; 43 $loader->classMap = ComposerStaticInit52796bd1da95808f65ea1cfdeaf09f91::$classMap; 44 44 45 45 }, null, ClassLoader::class); -
relaypay/trunk/vendor/composer/installed.php
r2590852 r2595433 1 1 <?php return array( 2 2 'root' => array( 3 'pretty_version' => '1.0. 0',4 'version' => '1.0. 0.0',3 'pretty_version' => '1.0.1', 4 'version' => '1.0.1.0', 5 5 'type' => 'project', 6 6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => ' 4717bd0ca966a973a6940f391bd69703a116f303',8 'reference' => '314750dc2d8711a7e9478a6cc5bfeba64f24bd8d', 9 9 'name' => 'relaypay/plugin-woocommerce', 10 10 'dev' => false, … … 12 12 'versions' => array( 13 13 'relaypay/plugin-woocommerce' => array( 14 'pretty_version' => '1.0. 0',15 'version' => '1.0. 0.0',14 'pretty_version' => '1.0.1', 15 'version' => '1.0.1.0', 16 16 'type' => 'project', 17 17 'install_path' => __DIR__ . '/../../', 18 18 'aliases' => array(), 19 'reference' => ' 4717bd0ca966a973a6940f391bd69703a116f303',19 'reference' => '314750dc2d8711a7e9478a6cc5bfeba64f24bd8d', 20 20 'dev_requirement' => false, 21 21 ),
Note: See TracChangeset
for help on using the changeset viewer.