Plugin Directory

Changeset 3469390


Ignore:
Timestamp:
02/25/2026 11:29:12 AM (2 weeks ago)
Author:
knitpay
Message:

v9.2.1.1:
Razorpay: Given option to download the import flow invoice.

Location:
knit-pay/trunk
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • knit-pay/trunk/composer.json

    r3468325 r3469390  
    6565        "omnipay/common": "^3.5",
    6666        "payrexx/payrexx": "^1.8",
    67         "paytm/paytmchecksum": "^1.1",
     67        "paytm/paytmchecksum": "dev-master",
    6868        "php-http/guzzle7-adapter": "^1.0",
    6969        "pronamic/pronamic-pay-admin-reports": "dev-main",
     
    8686        "wp-pay-extensions/restrict-content-pro": "dev-knitpay-master as 4.6.3",
    8787        "wp-pay-extensions/woocommerce": "dev-knitpay-master as 4.12.1",
    88         "wp-pay/core": "4.26.0.1 as 4.26.0"
     88        "wp-pay/core": "4.26.0.2 as 4.26.0"
    8989    },
    9090    "require-dev": {
  • knit-pay/trunk/composer.lock

    r3468325 r3469390  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "594e0506b75e1d4379187dc5eaa985d3",
     7    "content-hash": "8967456ef229f705b6f828f1286f4e36",
    88    "packages": [
    99        {
     
    12011201        {
    12021202            "name": "paytm/paytmchecksum",
    1203             "version": "v1.1.0",
     1203            "version": "dev-master",
    12041204            "source": {
    12051205                "type": "git",
    12061206                "url": "https://github.com/paytm/Paytm_PHP_Checksum.git",
    1207                 "reference": "a032d3cbeb3846720c2c606b9f3c8057c355042e"
    1208             },
    1209             "dist": {
    1210                 "type": "zip",
    1211                 "url": "https://api.github.com/repos/paytm/Paytm_PHP_Checksum/zipball/a032d3cbeb3846720c2c606b9f3c8057c355042e",
    1212                 "reference": "a032d3cbeb3846720c2c606b9f3c8057c355042e",
     1207                "reference": "8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a"
     1208            },
     1209            "dist": {
     1210                "type": "zip",
     1211                "url": "https://api.github.com/repos/paytm/Paytm_PHP_Checksum/zipball/8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a",
     1212                "reference": "8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a",
    12131213                "shasum": ""
    12141214            },
     
    12161216                "php": ">=5.6.0"
    12171217            },
     1218            "default-branch": true,
    12181219            "type": "library",
    12191220            "autoload": {
     
    12451246            "support": {
    12461247                "issues": "https://github.com/paytm/Paytm_PHP_Checksum/issues",
    1247                 "source": "https://github.com/paytm/Paytm_PHP_Checksum/tree/v1.1.0"
    1248             },
    1249             "time": "2020-11-11T13:42:29+00:00"
     1248                "source": "https://github.com/paytm/Paytm_PHP_Checksum/tree/master"
     1249            },
     1250            "time": "2024-10-14T06:18:21+00:00"
    12501251        },
    12511252        {
     
    38553856        {
    38563857            "name": "wp-pay/core",
    3857             "version": "4.26.0.1",
     3858            "version": "4.26.0.2",
    38583859            "source": {
    38593860                "type": "git",
    38603861                "url": "https://github.com/knit-pay/wp-pay-core",
    3861                 "reference": "d97e90531761a87baa09b64f9b651eaf5fc9b9c5"
     3862                "reference": "8f4b9efae67c272acefefd2855022e149809935c"
    38623863            },
    38633864            "require": {
     
    39973998                "source": "https://github.com/wp-pay/core"
    39983999            },
    3999             "time": "2026-02-23T20:00:35+00:00"
     4000            "time": "2026-02-25T08:18:37+00:00"
    40004001        }
    40014002    ],
     
    1335013351        {
    1335113352            "package": "wp-pay/core",
    13352             "version": "4.26.0.1",
     13353            "version": "4.26.0.2",
    1335313354            "alias": "4.26.0",
    1335413355            "alias_normalized": "4.26.0.0"
     
    1335713358    "minimum-stability": "stable",
    1335813359    "stability-flags": {
     13360        "paytm/paytmchecksum": 20,
    1335913361        "pronamic/changelog-md-to-wordpress-plugin-readme-txt": 20,
    1336013362        "pronamic/pronamic-pay-admin-reports": 20,
  • knit-pay/trunk/extensions/paid-memberships-pro/src/PMProGateway_knit_pay.php

    r3448567 r3469390  
    506506            $style .= '.pmpro_form_field.pmpro_form_field-bzipcode,';
    507507            $style .= '.pmpro_form_field.pmpro_form_field-bcountry,';
    508 
    509             // TODO remove deprecated classes which were getting used in pmpro 2 after Jan 2026.
    510             $style .= '.pmpro_checkout-field-baddress1,';
    511             $style .= '.pmpro_checkout-field-baddress2,';
    512             $style .= '.pmpro_checkout-field-bcity,';
    513             $style .= '.pmpro_checkout-field-bstate,';
    514             $style .= '.pmpro_checkout-field-bzipcode,';
    515             $style .= '.pmpro_checkout-field-bcountry,';
    516508        }
    517509
    518510        if ( self::pmpro_getOption( 'knit_pay_hide_phone' ) ) {
    519511            $style .= '.pmpro_form_field.pmpro_form_field-bphone,';
    520 
    521             // TODO remove deprecated classes which were getting used in pmpro 2 after Jan 2026.
    522             $style .= '.pmpro_checkout-field-bphone,';
    523512        }
    524513
  • knit-pay/trunk/gateways/razorpay/src/InvoiceUploader.php

    r3468325 r3469390  
    119119        $this->config = $gateway->config;
    120120
    121         if ( empty( $this->config->sftp_username ) || $payment->get_meta( 'razorpay_invoice_uploaded' ) ) {
     121        if ( empty( $this->config->sftp_username ) ) {
     122            return;
     123        } elseif ( $payment->get_meta( 'razorpay_invoice_uploaded' ) ) {
     124            if ( filter_has_var( INPUT_GET, 'pronamic_pay_check_status' ) ) {
     125                return $this->create_invoice( $payment, 'D' );
     126            }
    122127            return;
    123128        }
     
    158163     * @return String
    159164     */
    160     private function create_invoice( Payment $payment ) {
     165    private function create_invoice( Payment $payment, $destination = 'S' ) {
    161166        $customer         = $payment->get_customer();
    162167        $customer_address = ( null === $payment->get_shipping_address() ) ? $payment->get_billing_address() : $payment->get_shipping_address();
     
    253258        /* Render */
    254259        try {
    255             return $invoice->render( $invoice_number . '.pdf', 'S' ); /* I => Display on browser, D => Force Download, F => local path save, S => return document path */
     260            return $invoice->render( $invoice_number . '.pdf', $destination ); /* I => Display on browser, D => Force Download, F => local path save, S => return document path */
    256261        } catch ( Exception $e ) {
    257262            throw new Exception( 'Error: ' . $e->getMessage() );
     
    290295        // Create Invoice
    291296        $invoice_string = $this->create_invoice( $payment );
     297
     298        if ( empty( $invoice_string ) ) {
     299            throw new Exception( 'Error: Could not create invoice.' );
     300        }
    292301
    293302        $sftp_connection_provider = new SftpConnectionProvider(
  • knit-pay/trunk/knit-pay.php

    r3468325 r3469390  
    55 * Description: Seamlessly integrates 500+ payment gateways, including Cashfree, Instamojo, Razorpay, Paypal, Stripe, UPI QR, and SSLCommerz, with over 100 WordPress plugins.
    66 *
    7  * Version: 9.2.1.0
     7 * Version: 9.2.1.1
    88 * Requires at least: 6.2
    99 * Requires PHP: 8.1
  • knit-pay/trunk/packages/wp-pay/core/src/Payments/PaymentLine.php

    r3468325 r3469390  
    263263     */
    264264    public function set_unit_price( ?Money $price = null ) {
    265         $this->unit_price = ( $price ?? null );
     265        $this->unit_price = $price;
    266266    }
    267267
  • knit-pay/trunk/readme.txt

    r3468325 r3469390  
    55Tested up to: 7.0
    66Requires PHP: 8.1
    7 Stable tag: 9.2.1.0
     7Stable tag: 9.2.1.1
    88License: GPL-3.0-or-later
    99
  • knit-pay/trunk/vendor/composer/autoload_classmap.php

    r3461336 r3469390  
    15851585    'VIISON\\AddressSplitter\\AddressSplitter' => $vendorDir . '/viison/address-splitter/src/AddressSplitter.php',
    15861586    'VIISON\\AddressSplitter\\Exceptions\\SplittingException' => $vendorDir . '/viison/address-splitter/src/Exceptions/SplittingException.php',
    1587     'paytm\\paytmchecksum\\PaytmChecksum' => $vendorDir . '/paytm/paytmchecksum/paytmchecksum/PaytmChecksum.php',
    15881587);
  • knit-pay/trunk/vendor/composer/autoload_static.php

    r3461336 r3469390  
    18971897        'VIISON\\AddressSplitter\\AddressSplitter' => __DIR__ . '/..' . '/viison/address-splitter/src/AddressSplitter.php',
    18981898        'VIISON\\AddressSplitter\\Exceptions\\SplittingException' => __DIR__ . '/..' . '/viison/address-splitter/src/Exceptions/SplittingException.php',
    1899         'paytm\\paytmchecksum\\PaytmChecksum' => __DIR__ . '/..' . '/paytm/paytmchecksum/paytmchecksum/PaytmChecksum.php',
    19001899    );
    19011900
  • knit-pay/trunk/vendor/composer/installed.json

    r3468325 r3469390  
    12401240        {
    12411241            "name": "paytm/paytmchecksum",
    1242             "version": "v1.1.0",
    1243             "version_normalized": "1.1.0.0",
     1242            "version": "dev-master",
     1243            "version_normalized": "dev-master",
    12441244            "source": {
    12451245                "type": "git",
    12461246                "url": "https://github.com/paytm/Paytm_PHP_Checksum.git",
    1247                 "reference": "a032d3cbeb3846720c2c606b9f3c8057c355042e"
     1247                "reference": "8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a"
    12481248            },
    12491249            "dist": {
    12501250                "type": "zip",
    1251                 "url": "https://api.github.com/repos/paytm/Paytm_PHP_Checksum/zipball/a032d3cbeb3846720c2c606b9f3c8057c355042e",
    1252                 "reference": "a032d3cbeb3846720c2c606b9f3c8057c355042e",
     1251                "url": "https://api.github.com/repos/paytm/Paytm_PHP_Checksum/zipball/8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a",
     1252                "reference": "8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a",
    12531253                "shasum": ""
    12541254            },
     
    12561256                "php": ">=5.6.0"
    12571257            },
    1258             "time": "2020-11-11T13:42:29+00:00",
     1258            "time": "2024-10-14T06:18:21+00:00",
     1259            "default-branch": true,
    12591260            "type": "library",
    12601261            "installation-source": "dist",
     
    12871288            "support": {
    12881289                "issues": "https://github.com/paytm/Paytm_PHP_Checksum/issues",
    1289                 "source": "https://github.com/paytm/Paytm_PHP_Checksum/tree/v1.1.0"
     1290                "source": "https://github.com/paytm/Paytm_PHP_Checksum/tree/master"
    12901291            },
    12911292            "install-path": "../paytm/paytmchecksum"
     
    40054006        {
    40064007            "name": "wp-pay/core",
    4007             "version": "4.26.0.1",
    4008             "version_normalized": "4.26.0.1",
     4008            "version": "4.26.0.2",
     4009            "version_normalized": "4.26.0.2",
    40094010            "source": {
    40104011                "type": "git",
    40114012                "url": "https://github.com/knit-pay/wp-pay-core",
    4012                 "reference": "d97e90531761a87baa09b64f9b651eaf5fc9b9c5"
     4013                "reference": "8f4b9efae67c272acefefd2855022e149809935c"
    40134014            },
    40144015            "require": {
     
    40474048                "yoast/phpunit-polyfills": "^2.0"
    40484049            },
    4049             "time": "2026-02-23T20:00:35+00:00",
     4050            "time": "2026-02-25T08:18:37+00:00",
    40504051            "type": "wordpress-plugin",
    40514052            "installation-source": "source",
  • knit-pay/trunk/vendor/composer/installed.php

    r3468325 r3469390  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '51a43a0df2ef5cd2f99dad355a031987e160ece7',
     6        'reference' => 'c031e81365bac4eae09d472371b48f4b86538148',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '51a43a0df2ef5cd2f99dad355a031987e160ece7',
     16            'reference' => 'c031e81365bac4eae09d472371b48f4b86538148',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
     
    168168        ),
    169169        'paytm/paytmchecksum' => array(
    170             'pretty_version' => 'v1.1.0',
    171             'version' => '1.1.0.0',
    172             'reference' => 'a032d3cbeb3846720c2c606b9f3c8057c355042e',
     170            'pretty_version' => 'dev-master',
     171            'version' => 'dev-master',
     172            'reference' => '8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a',
    173173            'type' => 'library',
    174174            'install_path' => __DIR__ . '/../paytm/paytmchecksum',
    175             'aliases' => array(),
     175            'aliases' => array(
     176                0 => '9999999-dev',
     177            ),
    176178            'dev_requirement' => false,
    177179        ),
     
    587589        ),
    588590        'wp-pay/core' => array(
    589             'pretty_version' => '4.26.0.1',
    590             'version' => '4.26.0.1',
    591             'reference' => 'd97e90531761a87baa09b64f9b651eaf5fc9b9c5',
     591            'pretty_version' => '4.26.0.2',
     592            'version' => '4.26.0.2',
     593            'reference' => '8f4b9efae67c272acefefd2855022e149809935c',
    592594            'type' => 'wordpress-plugin',
    593595            'install_path' => __DIR__ . '/../../packages/wp-pay/core',
  • knit-pay/trunk/vendor/composer/jetpack_autoload_classmap.php

    r3468325 r3469390  
    35033503        'path'    => $vendorDir . '/payrexx/payrexx/lib/Payrexx/PayrexxException.php'
    35043504    ),
     3505    'PaytmChecksum' => array(
     3506        'version' => 'dev-master',
     3507        'path'    => $vendorDir . '/paytm/paytmchecksum/paytmchecksum/PaytmChecksum.php'
     3508    ),
    35053509    'Plugin_Locator' => array(
    35063510        'version' => '5.0.16',
     
    36363640    ),
    36373641    'Pronamic\\WordPress\\Pay\\AbstractDataStoreCPT' => array(
    3638         'version' => '4.26.0.1',
     3642        'version' => '4.26.0.2',
    36393643        'path'    => $baseDir . '/packages/wp-pay/core/src/AbstractDataStoreCPT.php'
    36403644    ),
    36413645    'Pronamic\\WordPress\\Pay\\AbstractGatewayIntegration' => array(
    3642         'version' => '4.26.0.1',
     3646        'version' => '4.26.0.2',
    36433647        'path'    => $baseDir . '/packages/wp-pay/core/src/AbstractGatewayIntegration.php'
    36443648    ),
    36453649    'Pronamic\\WordPress\\Pay\\AbstractIntegration' => array(
    3646         'version' => '4.26.0.1',
     3650        'version' => '4.26.0.2',
    36473651        'path'    => $baseDir . '/packages/wp-pay/core/src/AbstractIntegration.php'
    36483652    ),
    36493653    'Pronamic\\WordPress\\Pay\\AbstractPluginIntegration' => array(
    3650         'version' => '4.26.0.1',
     3654        'version' => '4.26.0.2',
    36513655        'path'    => $baseDir . '/packages/wp-pay/core/src/AbstractPluginIntegration.php'
    36523656    ),
    36533657    'Pronamic\\WordPress\\Pay\\ActionSchedulerController' => array(
    3654         'version' => '4.26.0.1',
     3658        'version' => '4.26.0.2',
    36553659        'path'    => $baseDir . '/packages/wp-pay/core/src/ActionSchedulerController.php'
    36563660    ),
    36573661    'Pronamic\\WordPress\\Pay\\Address' => array(
    3658         'version' => '4.26.0.1',
     3662        'version' => '4.26.0.2',
    36593663        'path'    => $baseDir . '/packages/wp-pay/core/src/Address.php'
    36603664    ),
    36613665    'Pronamic\\WordPress\\Pay\\AddressHelper' => array(
    3662         'version' => '4.26.0.1',
     3666        'version' => '4.26.0.2',
    36633667        'path'    => $baseDir . '/packages/wp-pay/core/src/AddressHelper.php'
    36643668    ),
    36653669    'Pronamic\\WordPress\\Pay\\Admin\\AdminAboutPage' => array(
    3666         'version' => '4.26.0.1',
     3670        'version' => '4.26.0.2',
    36673671        'path'    => $baseDir . '/packages/wp-pay/core/src/Admin/AdminAboutPage.php'
    36683672    ),
    36693673    'Pronamic\\WordPress\\Pay\\Admin\\AdminDashboard' => array(
    3670         'version' => '4.26.0.1',
     3674        'version' => '4.26.0.2',
    36713675        'path'    => $baseDir . '/packages/wp-pay/core/src/Admin/AdminDashboard.php'
    36723676    ),
    36733677    'Pronamic\\WordPress\\Pay\\Admin\\AdminGatewayPostType' => array(
    3674         'version' => '4.26.0.1',
     3678        'version' => '4.26.0.2',
    36753679        'path'    => $baseDir . '/packages/wp-pay/core/src/Admin/AdminGatewayPostType.php'
    36763680    ),
    36773681    'Pronamic\\WordPress\\Pay\\Admin\\AdminHealth' => array(
    3678         'version' => '4.26.0.1',
     3682        'version' => '4.26.0.2',
    36793683        'path'    => $baseDir . '/packages/wp-pay/core/src/Admin/AdminHealth.php'
    36803684    ),
    36813685    'Pronamic\\WordPress\\Pay\\Admin\\AdminModule' => array(
    3682         'version' => '4.26.0.1',
     3686        'version' => '4.26.0.2',
    36833687        'path'    => $baseDir . '/packages/wp-pay/core/src/Admin/AdminModule.php'
    36843688    ),
    36853689    'Pronamic\\WordPress\\Pay\\Admin\\AdminNotification' => array(
    3686         'version' => '4.26.0.1',
     3690        'version' => '4.26.0.2',
    36873691        'path'    => $baseDir . '/packages/wp-pay/core/src/Admin/AdminNotification.php'
    36883692    ),
    36893693    'Pronamic\\WordPress\\Pay\\Admin\\AdminPaymentBulkActions' => array(
    3690         'version' => '4.26.0.1',
     3694        'version' => '4.26.0.2',
    36913695        'path'    => $baseDir . '/packages/wp-pay/core/src/Admin/AdminPaymentBulkActions.php'
    36923696    ),
    36933697    'Pronamic\\WordPress\\Pay\\Admin\\AdminPaymentPostType' => array(
    3694         'version' => '4.26.0.1',
     3698        'version' => '4.26.0.2',
    36953699        'path'    => $baseDir . '/packages/wp-pay/core/src/Admin/AdminPaymentPostType.php'
    36963700    ),
    36973701    'Pronamic\\WordPress\\Pay\\Admin\\AdminSettings' => array(
    3698         'version' => '4.26.0.1',
     3702        'version' => '4.26.0.2',
    36993703        'path'    => $baseDir . '/packages/wp-pay/core/src/Admin/AdminSettings.php'
    37003704    ),
    37013705    'Pronamic\\WordPress\\Pay\\Admin\\AdminSubscriptionPostType' => array(
    3702         'version' => '4.26.0.1',
     3706        'version' => '4.26.0.2',
    37033707        'path'    => $baseDir . '/packages/wp-pay/core/src/Admin/AdminSubscriptionPostType.php'
    37043708    ),
    37053709    'Pronamic\\WordPress\\Pay\\Admin\\AdminTour' => array(
    3706         'version' => '4.26.0.1',
     3710        'version' => '4.26.0.2',
    37073711        'path'    => $baseDir . '/packages/wp-pay/core/src/Admin/AdminTour.php'
    37083712    ),
    37093713    'Pronamic\\WordPress\\Pay\\Admin\\Install' => array(
    3710         'version' => '4.26.0.1',
     3714        'version' => '4.26.0.2',
    37113715        'path'    => $baseDir . '/packages/wp-pay/core/src/Admin/Install.php'
    37123716    ),
    37133717    'Pronamic\\WordPress\\Pay\\Banks\\BankAccountDetails' => array(
    3714         'version' => '4.26.0.1',
     3718        'version' => '4.26.0.2',
    37153719        'path'    => $baseDir . '/packages/wp-pay/core/src/Banks/BankAccountDetails.php'
    37163720    ),
    37173721    'Pronamic\\WordPress\\Pay\\Banks\\BankTransferDetails' => array(
    3718         'version' => '4.26.0.1',
     3722        'version' => '4.26.0.2',
    37193723        'path'    => $baseDir . '/packages/wp-pay/core/src/Banks/BankTransferDetails.php'
    37203724    ),
    37213725    'Pronamic\\WordPress\\Pay\\Blocks\\BlocksModule' => array(
    3722         'version' => '4.26.0.1',
     3726        'version' => '4.26.0.2',
    37233727        'path'    => $baseDir . '/packages/wp-pay/core/src/Blocks/BlocksModule.php'
    37243728    ),
    37253729    'Pronamic\\WordPress\\Pay\\Cards' => array(
    3726         'version' => '4.26.0.1',
     3730        'version' => '4.26.0.2',
    37273731        'path'    => $baseDir . '/packages/wp-pay/core/src/Cards.php'
    37283732    ),
    37293733    'Pronamic\\WordPress\\Pay\\ContactName' => array(
    3730         'version' => '4.26.0.1',
     3734        'version' => '4.26.0.2',
    37313735        'path'    => $baseDir . '/packages/wp-pay/core/src/ContactName.php'
    37323736    ),
    37333737    'Pronamic\\WordPress\\Pay\\ContactNameHelper' => array(
    3734         'version' => '4.26.0.1',
     3738        'version' => '4.26.0.2',
    37353739        'path'    => $baseDir . '/packages/wp-pay/core/src/ContactNameHelper.php'
    37363740    ),
    37373741    'Pronamic\\WordPress\\Pay\\Core\\Gateway' => array(
    3738         'version' => '4.26.0.1',
     3742        'version' => '4.26.0.2',
    37393743        'path'    => $baseDir . '/packages/wp-pay/core/src/Core/Gateway.php'
    37403744    ),
    37413745    'Pronamic\\WordPress\\Pay\\Core\\GatewayConfig' => array(
    3742         'version' => '4.26.0.1',
     3746        'version' => '4.26.0.2',
    37433747        'path'    => $baseDir . '/packages/wp-pay/core/src/Core/GatewayConfig.php'
    37443748    ),
    37453749    'Pronamic\\WordPress\\Pay\\Core\\IdTrait' => array(
    3746         'version' => '4.26.0.1',
     3750        'version' => '4.26.0.2',
    37473751        'path'    => $baseDir . '/packages/wp-pay/core/src/Core/IdTrait.php'
    37483752    ),
    37493753    'Pronamic\\WordPress\\Pay\\Core\\ModeTrait' => array(
    3750         'version' => '4.26.0.1',
     3754        'version' => '4.26.0.2',
    37513755        'path'    => $baseDir . '/packages/wp-pay/core/src/Core/ModeTrait.php'
    37523756    ),
    37533757    'Pronamic\\WordPress\\Pay\\Core\\PaymentMethod' => array(
    3754         'version' => '4.26.0.1',
     3758        'version' => '4.26.0.2',
    37553759        'path'    => $baseDir . '/packages/wp-pay/core/src/Core/PaymentMethod.php'
    37563760    ),
    37573761    'Pronamic\\WordPress\\Pay\\Core\\PaymentMethods' => array(
    3758         'version' => '4.26.0.1',
     3762        'version' => '4.26.0.2',
    37593763        'path'    => $baseDir . '/packages/wp-pay/core/src/Core/PaymentMethods.php'
    37603764    ),
    37613765    'Pronamic\\WordPress\\Pay\\Core\\PaymentMethodsCollection' => array(
    3762         'version' => '4.26.0.1',
     3766        'version' => '4.26.0.2',
    37633767        'path'    => $baseDir . '/packages/wp-pay/core/src/Core/PaymentMethodsCollection.php'
    37643768    ),
    37653769    'Pronamic\\WordPress\\Pay\\Core\\SupportsTrait' => array(
    3766         'version' => '4.26.0.1',
     3770        'version' => '4.26.0.2',
    37673771        'path'    => $baseDir . '/packages/wp-pay/core/src/Core/SupportsTrait.php'
    37683772    ),
    37693773    'Pronamic\\WordPress\\Pay\\Core\\TimestampsTrait' => array(
    3770         'version' => '4.26.0.1',
     3774        'version' => '4.26.0.2',
    37713775        'path'    => $baseDir . '/packages/wp-pay/core/src/Core/TimestampsTrait.php'
    37723776    ),
    37733777    'Pronamic\\WordPress\\Pay\\Core\\Util' => array(
    3774         'version' => '4.26.0.1',
     3778        'version' => '4.26.0.2',
    37753779        'path'    => $baseDir . '/packages/wp-pay/core/src/Core/Util.php'
    37763780    ),
    37773781    'Pronamic\\WordPress\\Pay\\Core\\VersionTrait' => array(
    3778         'version' => '4.26.0.1',
     3782        'version' => '4.26.0.2',
    37793783        'path'    => $baseDir . '/packages/wp-pay/core/src/Core/VersionTrait.php'
    37803784    ),
    37813785    'Pronamic\\WordPress\\Pay\\Core\\XML\\Util' => array(
    3782         'version' => '4.26.0.1',
     3786        'version' => '4.26.0.2',
    37833787        'path'    => $baseDir . '/packages/wp-pay/core/src/Core/XML/Util.php'
    37843788    ),
    37853789    'Pronamic\\WordPress\\Pay\\Country' => array(
    3786         'version' => '4.26.0.1',
     3790        'version' => '4.26.0.2',
    37873791        'path'    => $baseDir . '/packages/wp-pay/core/src/Country.php'
    37883792    ),
    37893793    'Pronamic\\WordPress\\Pay\\CreditCard' => array(
    3790         'version' => '4.26.0.1',
     3794        'version' => '4.26.0.2',
    37913795        'path'    => $baseDir . '/packages/wp-pay/core/src/CreditCard.php'
    37923796    ),
    37933797    'Pronamic\\WordPress\\Pay\\Customer' => array(
    3794         'version' => '4.26.0.1',
     3798        'version' => '4.26.0.2',
    37953799        'path'    => $baseDir . '/packages/wp-pay/core/src/Customer.php'
    37963800    ),
    37973801    'Pronamic\\WordPress\\Pay\\CustomerHelper' => array(
    3798         'version' => '4.26.0.1',
     3802        'version' => '4.26.0.2',
    37993803        'path'    => $baseDir . '/packages/wp-pay/core/src/CustomerHelper.php'
    38003804    ),
    38013805    'Pronamic\\WordPress\\Pay\\Dependencies\\Dependencies' => array(
    3802         'version' => '4.26.0.1',
     3806        'version' => '4.26.0.2',
    38033807        'path'    => $baseDir . '/packages/wp-pay/core/src/Dependencies/Dependencies.php'
    38043808    ),
    38053809    'Pronamic\\WordPress\\Pay\\Dependencies\\Dependency' => array(
    3806         'version' => '4.26.0.1',
     3810        'version' => '4.26.0.2',
    38073811        'path'    => $baseDir . '/packages/wp-pay/core/src/Dependencies/Dependency.php'
    38083812    ),
    38093813    'Pronamic\\WordPress\\Pay\\Dependencies\\PhpDependency' => array(
    3810         'version' => '4.26.0.1',
     3814        'version' => '4.26.0.2',
    38113815        'path'    => $baseDir . '/packages/wp-pay/core/src/Dependencies/PhpDependency.php'
    38123816    ),
    38133817    'Pronamic\\WordPress\\Pay\\Dependencies\\PhpExtensionDependency' => array(
    3814         'version' => '4.26.0.1',
     3818        'version' => '4.26.0.2',
    38153819        'path'    => $baseDir . '/packages/wp-pay/core/src/Dependencies/PhpExtensionDependency.php'
    38163820    ),
    38173821    'Pronamic\\WordPress\\Pay\\Dependencies\\WordPressDependency' => array(
    3818         'version' => '4.26.0.1',
     3822        'version' => '4.26.0.2',
    38193823        'path'    => $baseDir . '/packages/wp-pay/core/src/Dependencies/WordPressDependency.php'
    38203824    ),
     
    43084312    ),
    43094313    'Pronamic\\WordPress\\Pay\\Fields\\CachedCallbackOptions' => array(
    4310         'version' => '4.26.0.1',
     4314        'version' => '4.26.0.2',
    43114315        'path'    => $baseDir . '/packages/wp-pay/core/src/Fields/CachedCallbackOptions.php'
    43124316    ),
    43134317    'Pronamic\\WordPress\\Pay\\Fields\\DateField' => array(
    4314         'version' => '4.26.0.1',
     4318        'version' => '4.26.0.2',
    43154319        'path'    => $baseDir . '/packages/wp-pay/core/src/Fields/DateField.php'
    43164320    ),
    43174321    'Pronamic\\WordPress\\Pay\\Fields\\Field' => array(
    4318         'version' => '4.26.0.1',
     4322        'version' => '4.26.0.2',
    43194323        'path'    => $baseDir . '/packages/wp-pay/core/src/Fields/Field.php'
    43204324    ),
    43214325    'Pronamic\\WordPress\\Pay\\Fields\\IDealIssuerSelectField' => array(
    4322         'version' => '4.26.0.1',
     4326        'version' => '4.26.0.2',
    43234327        'path'    => $baseDir . '/packages/wp-pay/core/src/Fields/IDealIssuerSelectField.php'
    43244328    ),
    43254329    'Pronamic\\WordPress\\Pay\\Fields\\SelectField' => array(
    4326         'version' => '4.26.0.1',
     4330        'version' => '4.26.0.2',
    43274331        'path'    => $baseDir . '/packages/wp-pay/core/src/Fields/SelectField.php'
    43284332    ),
    43294333    'Pronamic\\WordPress\\Pay\\Fields\\SelectFieldOption' => array(
    4330         'version' => '4.26.0.1',
     4334        'version' => '4.26.0.2',
    43314335        'path'    => $baseDir . '/packages/wp-pay/core/src/Fields/SelectFieldOption.php'
    43324336    ),
    43334337    'Pronamic\\WordPress\\Pay\\Fields\\SelectFieldOptionGroup' => array(
    4334         'version' => '4.26.0.1',
     4338        'version' => '4.26.0.2',
    43354339        'path'    => $baseDir . '/packages/wp-pay/core/src/Fields/SelectFieldOptionGroup.php'
    43364340    ),
    43374341    'Pronamic\\WordPress\\Pay\\Fields\\TextField' => array(
    4338         'version' => '4.26.0.1',
     4342        'version' => '4.26.0.2',
    43394343        'path'    => $baseDir . '/packages/wp-pay/core/src/Fields/TextField.php'
    43404344    ),
    43414345    'Pronamic\\WordPress\\Pay\\GatewayIntegrations' => array(
    4342         'version' => '4.26.0.1',
     4346        'version' => '4.26.0.2',
    43434347        'path'    => $baseDir . '/packages/wp-pay/core/src/GatewayIntegrations.php'
    43444348    ),
    43454349    'Pronamic\\WordPress\\Pay\\GatewayPostType' => array(
    4346         'version' => '4.26.0.1',
     4350        'version' => '4.26.0.2',
    43474351        'path'    => $baseDir . '/packages/wp-pay/core/src/GatewayPostType.php'
    43484352    ),
    43494353    'Pronamic\\WordPress\\Pay\\Gateways\\GatewaysDataStoreCPT' => array(
    4350         'version' => '4.26.0.1',
     4354        'version' => '4.26.0.2',
    43514355        'path'    => $baseDir . '/packages/wp-pay/core/src/Gateways/GatewaysDataStoreCPT.php'
    43524356    ),
    43534357    'Pronamic\\WordPress\\Pay\\Gender' => array(
    4354         'version' => '4.26.0.1',
     4358        'version' => '4.26.0.2',
    43554359        'path'    => $baseDir . '/packages/wp-pay/core/src/Gender.php'
    43564360    ),
    43574361    'Pronamic\\WordPress\\Pay\\HomeUrlController' => array(
    4358         'version' => '4.26.0.1',
     4362        'version' => '4.26.0.2',
    43594363        'path'    => $baseDir . '/packages/wp-pay/core/src/HomeUrlController.php'
    43604364    ),
    43614365    'Pronamic\\WordPress\\Pay\\HouseNumber' => array(
    4362         'version' => '4.26.0.1',
     4366        'version' => '4.26.0.2',
    43634367        'path'    => $baseDir . '/packages/wp-pay/core/src/HouseNumber.php'
    43644368    ),
    43654369    'Pronamic\\WordPress\\Pay\\LicenseManager' => array(
    4366         'version' => '4.26.0.1',
     4370        'version' => '4.26.0.2',
    43674371        'path'    => $baseDir . '/packages/wp-pay/core/src/LicenseManager.php'
    43684372    ),
    43694373    'Pronamic\\WordPress\\Pay\\MergeTags\\MergeTag' => array(
    4370         'version' => '4.26.0.1',
     4374        'version' => '4.26.0.2',
    43714375        'path'    => $baseDir . '/packages/wp-pay/core/src/MergeTags/MergeTag.php'
    43724376    ),
    43734377    'Pronamic\\WordPress\\Pay\\MergeTags\\MergeTagsController' => array(
    4374         'version' => '4.26.0.1',
     4378        'version' => '4.26.0.2',
    43754379        'path'    => $baseDir . '/packages/wp-pay/core/src/MergeTags/MergeTagsController.php'
    43764380    ),
    43774381    'Pronamic\\WordPress\\Pay\\MoneyJsonTransformer' => array(
    4378         'version' => '4.26.0.1',
     4382        'version' => '4.26.0.2',
    43794383        'path'    => $baseDir . '/packages/wp-pay/core/src/MoneyJsonTransformer.php'
    43804384    ),
    43814385    'Pronamic\\WordPress\\Pay\\PagesController' => array(
    4382         'version' => '4.26.0.1',
     4386        'version' => '4.26.0.2',
    43834387        'path'    => $baseDir . '/packages/wp-pay/core/src/PagesController.php'
    43844388    ),
    43854389    'Pronamic\\WordPress\\Pay\\Payments\\FailureReason' => array(
    4386         'version' => '4.26.0.1',
     4390        'version' => '4.26.0.2',
    43874391        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/FailureReason.php'
    43884392    ),
    43894393    'Pronamic\\WordPress\\Pay\\Payments\\LegacyPaymentsDataStoreCPT' => array(
    4390         'version' => '4.26.0.1',
     4394        'version' => '4.26.0.2',
    43914395        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/LegacyPaymentsDataStoreCPT.php'
    43924396    ),
    43934397    'Pronamic\\WordPress\\Pay\\Payments\\Payment' => array(
    4394         'version' => '4.26.0.1',
     4398        'version' => '4.26.0.2',
    43954399        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/Payment.php'
    43964400    ),
    43974401    'Pronamic\\WordPress\\Pay\\Payments\\PaymentInfo' => array(
    4398         'version' => '4.26.0.1',
     4402        'version' => '4.26.0.2',
    43994403        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentInfo.php'
    44004404    ),
    44014405    'Pronamic\\WordPress\\Pay\\Payments\\PaymentInfoHelper' => array(
    4402         'version' => '4.26.0.1',
     4406        'version' => '4.26.0.2',
    44034407        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentInfoHelper.php'
    44044408    ),
    44054409    'Pronamic\\WordPress\\Pay\\Payments\\PaymentInfoTrait' => array(
    4406         'version' => '4.26.0.1',
     4410        'version' => '4.26.0.2',
    44074411        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentInfoTrait.php'
    44084412    ),
    44094413    'Pronamic\\WordPress\\Pay\\Payments\\PaymentLine' => array(
    4410         'version' => '4.26.0.1',
     4414        'version' => '4.26.0.2',
    44114415        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentLine.php'
    44124416    ),
    44134417    'Pronamic\\WordPress\\Pay\\Payments\\PaymentLineType' => array(
    4414         'version' => '4.26.0.1',
     4418        'version' => '4.26.0.2',
    44154419        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentLineType.php'
    44164420    ),
    44174421    'Pronamic\\WordPress\\Pay\\Payments\\PaymentLines' => array(
    4418         'version' => '4.26.0.1',
     4422        'version' => '4.26.0.2',
    44194423        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentLines.php'
    44204424    ),
    44214425    'Pronamic\\WordPress\\Pay\\Payments\\PaymentMergeTagsController' => array(
    4422         'version' => '4.26.0.1',
     4426        'version' => '4.26.0.2',
    44234427        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentMergeTagsController.php'
    44244428    ),
    44254429    'Pronamic\\WordPress\\Pay\\Payments\\PaymentPostType' => array(
    4426         'version' => '4.26.0.1',
     4430        'version' => '4.26.0.2',
    44274431        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentPostType.php'
    44284432    ),
    44294433    'Pronamic\\WordPress\\Pay\\Payments\\PaymentStatus' => array(
    4430         'version' => '4.26.0.1',
     4434        'version' => '4.26.0.2',
    44314435        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentStatus.php'
    44324436    ),
    44334437    'Pronamic\\WordPress\\Pay\\Payments\\PaymentsDataStoreCPT' => array(
    4434         'version' => '4.26.0.1',
     4438        'version' => '4.26.0.2',
    44354439        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentsDataStoreCPT.php'
    44364440    ),
    44374441    'Pronamic\\WordPress\\Pay\\Payments\\PaymentsModule' => array(
    4438         'version' => '4.26.0.1',
     4442        'version' => '4.26.0.2',
    44394443        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentsModule.php'
    44404444    ),
    44414445    'Pronamic\\WordPress\\Pay\\Payments\\PaymentsPrivacy' => array(
    4442         'version' => '4.26.0.1',
     4446        'version' => '4.26.0.2',
    44434447        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentsPrivacy.php'
    44444448    ),
    44454449    'Pronamic\\WordPress\\Pay\\Payments\\SourceTrait' => array(
    4446         'version' => '4.26.0.1',
     4450        'version' => '4.26.0.2',
    44474451        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/SourceTrait.php'
    44484452    ),
    44494453    'Pronamic\\WordPress\\Pay\\Payments\\StatusChecker' => array(
    4450         'version' => '4.26.0.1',
     4454        'version' => '4.26.0.2',
    44514455        'path'    => $baseDir . '/packages/wp-pay/core/src/Payments/StatusChecker.php'
    44524456    ),
    44534457    'Pronamic\\WordPress\\Pay\\Plugin' => array(
    4454         'version' => '4.26.0.1',
     4458        'version' => '4.26.0.2',
    44554459        'path'    => $baseDir . '/packages/wp-pay/core/src/Plugin.php'
    44564460    ),
    44574461    'Pronamic\\WordPress\\Pay\\PrivacyManager' => array(
    4458         'version' => '4.26.0.1',
     4462        'version' => '4.26.0.2',
    44594463        'path'    => $baseDir . '/packages/wp-pay/core/src/PrivacyManager.php'
    44604464    ),
    44614465    'Pronamic\\WordPress\\Pay\\Privacy\\AnonymizedTrait' => array(
    4462         'version' => '4.26.0.1',
     4466        'version' => '4.26.0.2',
    44634467        'path'    => $baseDir . '/packages/wp-pay/core/src/Privacy/AnonymizedTrait.php'
    44644468    ),
    44654469    'Pronamic\\WordPress\\Pay\\Refunds\\Refund' => array(
    4466         'version' => '4.26.0.1',
     4470        'version' => '4.26.0.2',
    44674471        'path'    => $baseDir . '/packages/wp-pay/core/src/Refunds/Refund.php'
    44684472    ),
    44694473    'Pronamic\\WordPress\\Pay\\Refunds\\RefundLine' => array(
    4470         'version' => '4.26.0.1',
     4474        'version' => '4.26.0.2',
    44714475        'path'    => $baseDir . '/packages/wp-pay/core/src/Refunds/RefundLine.php'
    44724476    ),
    44734477    'Pronamic\\WordPress\\Pay\\Refunds\\RefundLines' => array(
    4474         'version' => '4.26.0.1',
     4478        'version' => '4.26.0.2',
    44754479        'path'    => $baseDir . '/packages/wp-pay/core/src/Refunds/RefundLines.php'
    44764480    ),
    44774481    'Pronamic\\WordPress\\Pay\\Region' => array(
    4478         'version' => '4.26.0.1',
     4482        'version' => '4.26.0.2',
    44794483        'path'    => $baseDir . '/packages/wp-pay/core/src/Region.php'
    44804484    ),
    44814485    'Pronamic\\WordPress\\Pay\\Settings' => array(
    4482         'version' => '4.26.0.1',
     4486        'version' => '4.26.0.2',
    44834487        'path'    => $baseDir . '/packages/wp-pay/core/src/Settings.php'
    44844488    ),
    44854489    'Pronamic\\WordPress\\Pay\\Subscriptions\\AlignmentRule' => array(
    4486         'version' => '4.26.0.1',
     4490        'version' => '4.26.0.2',
    44874491        'path'    => $baseDir . '/packages/wp-pay/core/src/Subscriptions/AlignmentRule.php'
    44884492    ),
    44894493    'Pronamic\\WordPress\\Pay\\Subscriptions\\Subscription' => array(
    4490         'version' => '4.26.0.1',
     4494        'version' => '4.26.0.2',
    44914495        'path'    => $baseDir . '/packages/wp-pay/core/src/Subscriptions/Subscription.php'
    44924496    ),
    44934497    'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionHelper' => array(
    4494         'version' => '4.26.0.1',
     4498        'version' => '4.26.0.2',
    44954499        'path'    => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionHelper.php'
    44964500    ),
    44974501    'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionInterval' => array(
    4498         'version' => '4.26.0.1',
     4502        'version' => '4.26.0.2',
    44994503        'path'    => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionInterval.php'
    45004504    ),
    45014505    'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionPeriod' => array(
    4502         'version' => '4.26.0.1',
     4506        'version' => '4.26.0.2',
    45034507        'path'    => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionPeriod.php'
    45044508    ),
    45054509    'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionPhase' => array(
    4506         'version' => '4.26.0.1',
     4510        'version' => '4.26.0.2',
    45074511        'path'    => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionPhase.php'
    45084512    ),
    45094513    'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionPostType' => array(
    4510         'version' => '4.26.0.1',
     4514        'version' => '4.26.0.2',
    45114515        'path'    => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionPostType.php'
    45124516    ),
    45134517    'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionStatus' => array(
    4514         'version' => '4.26.0.1',
     4518        'version' => '4.26.0.2',
    45154519        'path'    => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionStatus.php'
    45164520    ),
    45174521    'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionsCompletionController' => array(
    4518         'version' => '4.26.0.1',
     4522        'version' => '4.26.0.2',
    45194523        'path'    => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionsCompletionController.php'
    45204524    ),
    45214525    'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionsDataStoreCPT' => array(
    4522         'version' => '4.26.0.1',
     4526        'version' => '4.26.0.2',
    45234527        'path'    => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionsDataStoreCPT.php'
    45244528    ),
    45254529    'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionsFollowUpPaymentsController' => array(
    4526         'version' => '4.26.0.1',
     4530        'version' => '4.26.0.2',
    45274531        'path'    => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionsFollowUpPaymentsController.php'
    45284532    ),
    45294533    'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionsModule' => array(
    4530         'version' => '4.26.0.1',
     4534        'version' => '4.26.0.2',
    45314535        'path'    => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionsModule.php'
    45324536    ),
    45334537    'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionsNotificationsController' => array(
    4534         'version' => '4.26.0.1',
     4538        'version' => '4.26.0.2',
    45354539        'path'    => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionsNotificationsController.php'
    45364540    ),
    45374541    'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionsPrivacy' => array(
    4538         'version' => '4.26.0.1',
     4542        'version' => '4.26.0.2',
    45394543        'path'    => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionsPrivacy.php'
    45404544    ),
    45414545    'Pronamic\\WordPress\\Pay\\TrackingModule' => array(
    4542         'version' => '4.26.0.1',
     4546        'version' => '4.26.0.2',
    45434547        'path'    => $baseDir . '/packages/wp-pay/core/src/TrackingModule.php'
    45444548    ),
    45454549    'Pronamic\\WordPress\\Pay\\Upgrades\\Upgrade' => array(
    4546         'version' => '4.26.0.1',
     4550        'version' => '4.26.0.2',
    45474551        'path'    => $baseDir . '/packages/wp-pay/core/src/Upgrades/Upgrade.php'
    45484552    ),
    45494553    'Pronamic\\WordPress\\Pay\\Upgrades\\Upgrades' => array(
    4550         'version' => '4.26.0.1',
     4554        'version' => '4.26.0.2',
    45514555        'path'    => $baseDir . '/packages/wp-pay/core/src/Upgrades/Upgrades.php'
    45524556    ),
    45534557    'Pronamic\\WordPress\\Pay\\Util' => array(
    4554         'version' => '4.26.0.1',
     4558        'version' => '4.26.0.2',
    45554559        'path'    => $baseDir . '/packages/wp-pay/core/src/Util.php'
    45564560    ),
    45574561    'Pronamic\\WordPress\\Pay\\VatNumbers\\VatNumber' => array(
    4558         'version' => '4.26.0.1',
     4562        'version' => '4.26.0.2',
    45594563        'path'    => $baseDir . '/packages/wp-pay/core/src/VatNumbers/VatNumber.php'
    45604564    ),
    45614565    'Pronamic\\WordPress\\Pay\\VatNumbers\\VatNumberValidationService' => array(
    4562         'version' => '4.26.0.1',
     4566        'version' => '4.26.0.2',
    45634567        'path'    => $baseDir . '/packages/wp-pay/core/src/VatNumbers/VatNumberValidationService.php'
    45644568    ),
    45654569    'Pronamic\\WordPress\\Pay\\VatNumbers\\VatNumberValidity' => array(
    4566         'version' => '4.26.0.1',
     4570        'version' => '4.26.0.2',
    45674571        'path'    => $baseDir . '/packages/wp-pay/core/src/VatNumbers/VatNumberValidity.php'
    45684572    ),
    45694573    'Pronamic\\WordPress\\Pay\\VatRates' => array(
    4570         'version' => '4.26.0.1',
     4574        'version' => '4.26.0.2',
    45714575        'path'    => $baseDir . '/packages/wp-pay/core/src/VatRates.php'
    45724576    ),
    45734577    'Pronamic\\WordPress\\Pay\\Webhooks\\WebhookLogger' => array(
    4574         'version' => '4.26.0.1',
     4578        'version' => '4.26.0.2',
    45754579        'path'    => $baseDir . '/packages/wp-pay/core/src/Webhooks/WebhookLogger.php'
    45764580    ),
    45774581    'Pronamic\\WordPress\\Pay\\Webhooks\\WebhookRequestInfo' => array(
    4578         'version' => '4.26.0.1',
     4582        'version' => '4.26.0.2',
    45794583        'path'    => $baseDir . '/packages/wp-pay/core/src/Webhooks/WebhookRequestInfo.php'
    45804584    ),
     
    63796383        'path'    => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-selector.php'
    63806384    ),
    6381     'paytm\\paytmchecksum\\PaytmChecksum' => array(
    6382         'version' => '1.1.0.0',
    6383         'path'    => $vendorDir . '/paytm/paytmchecksum/paytmchecksum/PaytmChecksum.php'
    6384     ),
    63856385);
  • knit-pay/trunk/vendor/composer/jetpack_autoload_filemap.php

    r3468325 r3469390  
    88return array(
    99    '509f66d930a3f0b7d9b65b22aa319565' => array(
    10         'version' => '4.26.0.1',
     10        'version' => '4.26.0.2',
    1111        'path'    => $baseDir . '/packages/wp-pay/core/includes/functions.php'
    1212    ),
  • knit-pay/trunk/vendor/paytm/paytmchecksum/paytmchecksum/PaytmChecksum.php

    r2560548 r3469390  
    55 * AES128 encryption algorithm to ensure the safety of transaction data.
    66 *
    7  * @author     Lalit Kumar
    8  * @version    2.0
     7 * @author     Integration Dev Paytm
     8 * @version    2.0.2
    99 * @link       https://developer.paytm.com/docs/checksum/#php
    1010 */
    11 
    12 namespace paytm\paytmchecksum;
    1311
    1412class PaytmChecksum{
     
    1917        $key = html_entity_decode($key);
    2018
    21         if(function_exists('openssl_encrypt')){
    22             $data = openssl_encrypt ( $input , "AES-128-CBC" , $key, 0, self::$iv );
     19        if (function_exists('openssl_encrypt')) {
     20            $data = openssl_encrypt($input, "AES-128-CBC", $key, 0, self::$iv);
    2321        } else {
    24             $size = mcrypt_get_block_size(MCRYPT_RIJNDAEL_128, 'cbc');
    25             $input = self::pkcs5Pad($input, $size);
    26             $td = mcrypt_module_open(MCRYPT_RIJNDAEL_128, '', 'cbc', '');
    27             mcrypt_generic_init($td, $key, self::$iv);
    28             $data = mcrypt_generic($td, $input);
    29             mcrypt_generic_deinit($td);
    30             mcrypt_module_close($td);
    31             $data = base64_encode($data);
     22            throw new Exception('OpenSSL extension is not available. Please install the OpenSSL extension.');
    3223        }
    3324        return $data;
     
    4031            $data = openssl_decrypt ( $encrypted , "AES-128-CBC" , $key, 0, self::$iv );
    4132        } else {
    42             $encrypted = base64_decode($encrypted);
    43             $td = mcrypt_module_open(MCRYPT_RIJNDAEL_128, '', 'cbc', '');
    44             mcrypt_generic_init($td, $key, self::$iv);
    45             $data = mdecrypt_generic($td, $encrypted);
    46             mcrypt_generic_deinit($td);
    47             mcrypt_module_close($td);
    48             $data = self::pkcs5Unpad($data);
    49             $data = rtrim($data);
     33            throw new Exception('OpenSSL extension is not available. Please install the OpenSSL extension.');
    5034        }
    5135        return $data;
     
    8872    static private function generateRandomString($length) {
    8973        $random = "";
    90         srand((double) microtime() * 1000000);
     74        //srand((double) microtime() * 1000000);
    9175
    9276        $data = "9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAabcdefghijklmnopqrstuvwxyz!@#$&_";
Note: See TracChangeset for help on using the changeset viewer.