Plugin Directory

Changeset 2804369


Ignore:
Timestamp:
10/26/2022 06:05:01 AM (3 years ago)
Author:
opyintegrations
Message:

0 Updated readme with the release notes

Location:
openpay-payment-gateway
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • openpay-payment-gateway/tags/1.1.0/class/Cron/Openpay_Plugin_Cron.php

    r2767379 r2804369  
    4040            $fired_by = 'unknown';
    4141        }
    42         $log->add( 'openpay','Firing cron by '.$fired_by.' ...' );
     42        $log->add( 'openpay','Starting cron by '.$fired_by.' ...' );
    4343        self::update_payment_limits();
    4444        self::check_pending_abandoned_orders();
  • openpay-payment-gateway/tags/1.1.0/readme.txt

    r2771970 r2804369  
    7878* Refund an order fully / partially
    7979* Determine the purchase limits for an Openpay transaction
     80* Fixed the plugin to avoid duplicate orders being created in merchant store
    8081
    8182
  • openpay-payment-gateway/tags/1.2.0/class/Cron/Openpay_Plugin_Cron.php

    r2797825 r2804369  
    4040            $fired_by = 'unknown';
    4141        }
    42         $log->add( 'openpay','Firing cron by '.$fired_by.' ...' );
     42        $log->add( 'openpay','Starting cron by '.$fired_by.' ...' );
    4343        self::update_payment_limits();
    4444        self::check_pending_abandoned_orders();
  • openpay-payment-gateway/tags/1.2.0/readme.txt

    r2800459 r2804369  
    8181* Refund an order fully / partially
    8282* Determine the purchase limits for an Openpay transaction
     83* Fixed the plugin to avoid duplicate orders being created in merchant store
    8384
    8485
  • openpay-payment-gateway/tags/1.2.1/class/Cron/Openpay_Plugin_Cron.php

    r2800459 r2804369  
    4040            $fired_by = 'unknown';
    4141        }
    42         $log->add( 'openpay','Firing cron by '.$fired_by.' ...' );
     42        $log->add( 'openpay','Starting cron by '.$fired_by.' ...' );
    4343        self::update_payment_limits();
    4444        self::check_pending_abandoned_orders();
  • openpay-payment-gateway/tags/1.2.1/readme.txt

    r2803863 r2804369  
    7575
    7676= 1.2.1 =
    77 * Billing & Delivery address data fix
     77* Updated the plugin to receive the customer's residential and delivery address in all cases to ensure customer transacts with Openpay successfully
    7878
    7979= 1.2.0 =
     
    8484* Refund an order fully / partially
    8585* Determine the purchase limits for an Openpay transaction
     86* Fixed the plugin to avoid duplicate orders being created in merchant store
    8687
    8788
  • openpay-payment-gateway/trunk/class/Cron/Openpay_Plugin_Cron.php

    r2767372 r2804369  
    4040            $fired_by = 'unknown';
    4141        }
    42         $log->add( 'openpay','Firing cron by '.$fired_by.' ...' );
     42        $log->add( 'openpay','Starting cron by '.$fired_by.' ...' );
    4343        self::update_payment_limits();
    4444        self::check_pending_abandoned_orders();
  • openpay-payment-gateway/trunk/readme.txt

    r2803863 r2804369  
    7575
    7676= 1.2.1 =
    77 * Billing & Delivery address data fix
     77* Updated the plugin to receive the customer's residential and delivery address in all cases to ensure customer transacts with Openpay successfully
    7878
    7979= 1.2.0 =
     
    8484* Refund an order fully / partially
    8585* Determine the purchase limits for an Openpay transaction
     86* Fixed the plugin to avoid duplicate orders being created in merchant store
    8687
    8788
Note: See TracChangeset for help on using the changeset viewer.