Changeset 2804369
- Timestamp:
- 10/26/2022 06:05:01 AM (3 years ago)
- Location:
- openpay-payment-gateway
- Files:
-
- 8 edited
-
tags/1.1.0/class/Cron/Openpay_Plugin_Cron.php (modified) (1 diff)
-
tags/1.1.0/readme.txt (modified) (1 diff)
-
tags/1.2.0/class/Cron/Openpay_Plugin_Cron.php (modified) (1 diff)
-
tags/1.2.0/readme.txt (modified) (1 diff)
-
tags/1.2.1/class/Cron/Openpay_Plugin_Cron.php (modified) (1 diff)
-
tags/1.2.1/readme.txt (modified) (2 diffs)
-
trunk/class/Cron/Openpay_Plugin_Cron.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
openpay-payment-gateway/tags/1.1.0/class/Cron/Openpay_Plugin_Cron.php
r2767379 r2804369 40 40 $fired_by = 'unknown'; 41 41 } 42 $log->add( 'openpay',' Firing cron by '.$fired_by.' ...' );42 $log->add( 'openpay','Starting cron by '.$fired_by.' ...' ); 43 43 self::update_payment_limits(); 44 44 self::check_pending_abandoned_orders(); -
openpay-payment-gateway/tags/1.1.0/readme.txt
r2771970 r2804369 78 78 * Refund an order fully / partially 79 79 * Determine the purchase limits for an Openpay transaction 80 * Fixed the plugin to avoid duplicate orders being created in merchant store 80 81 81 82 -
openpay-payment-gateway/tags/1.2.0/class/Cron/Openpay_Plugin_Cron.php
r2797825 r2804369 40 40 $fired_by = 'unknown'; 41 41 } 42 $log->add( 'openpay',' Firing cron by '.$fired_by.' ...' );42 $log->add( 'openpay','Starting cron by '.$fired_by.' ...' ); 43 43 self::update_payment_limits(); 44 44 self::check_pending_abandoned_orders(); -
openpay-payment-gateway/tags/1.2.0/readme.txt
r2800459 r2804369 81 81 * Refund an order fully / partially 82 82 * Determine the purchase limits for an Openpay transaction 83 * Fixed the plugin to avoid duplicate orders being created in merchant store 83 84 84 85 -
openpay-payment-gateway/tags/1.2.1/class/Cron/Openpay_Plugin_Cron.php
r2800459 r2804369 40 40 $fired_by = 'unknown'; 41 41 } 42 $log->add( 'openpay',' Firing cron by '.$fired_by.' ...' );42 $log->add( 'openpay','Starting cron by '.$fired_by.' ...' ); 43 43 self::update_payment_limits(); 44 44 self::check_pending_abandoned_orders(); -
openpay-payment-gateway/tags/1.2.1/readme.txt
r2803863 r2804369 75 75 76 76 = 1.2.1 = 77 * Billing & Delivery address data fix77 * Updated the plugin to receive the customer's residential and delivery address in all cases to ensure customer transacts with Openpay successfully 78 78 79 79 = 1.2.0 = … … 84 84 * Refund an order fully / partially 85 85 * Determine the purchase limits for an Openpay transaction 86 * Fixed the plugin to avoid duplicate orders being created in merchant store 86 87 87 88 -
openpay-payment-gateway/trunk/class/Cron/Openpay_Plugin_Cron.php
r2767372 r2804369 40 40 $fired_by = 'unknown'; 41 41 } 42 $log->add( 'openpay',' Firing cron by '.$fired_by.' ...' );42 $log->add( 'openpay','Starting cron by '.$fired_by.' ...' ); 43 43 self::update_payment_limits(); 44 44 self::check_pending_abandoned_orders(); -
openpay-payment-gateway/trunk/readme.txt
r2803863 r2804369 75 75 76 76 = 1.2.1 = 77 * Billing & Delivery address data fix77 * Updated the plugin to receive the customer's residential and delivery address in all cases to ensure customer transacts with Openpay successfully 78 78 79 79 = 1.2.0 = … … 84 84 * Refund an order fully / partially 85 85 * Determine the purchase limits for an Openpay transaction 86 * Fixed the plugin to avoid duplicate orders being created in merchant store 86 87 87 88
Note: See TracChangeset
for help on using the changeset viewer.