Changeset 1113580
- Timestamp:
- 03/16/2015 01:14:54 AM (11 years ago)
- Location:
- orillacart/trunk
- Files:
-
- 2 edited
-
com_shop/methods/paypal.php (modified) (1 diff)
-
main.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
orillacart/trunk/com_shop/methods/paypal.php
r1113566 r1113580 99 99 'rm' => is_ssl() ? 2 : 1, 100 100 'upload' => 1, 101 'return' => Route::get('component=shop&con=cart&task=order_details&order_id=' . $order_id."&order_key=".$order ->get("post_password","")),101 'return' => Route::get('component=shop&con=cart&task=order_details&order_id=' . $order_id."&order_key=".$order_r->get("post_password","")), 102 102 103 'cancel_return' => Route::get('component=shop&con=cart&task=cancel_order&order_id=' . $order_id."&order_key=".$order ->get("post_password","")),103 'cancel_return' => Route::get('component=shop&con=cart&task=cancel_order&order_id=' . $order_id."&order_key=".$order_r->get("post_password","")), 104 104 'page_style' => "", 105 105 // Order key + ID -
orillacart/trunk/main.php
r1113566 r1113580 3 3 /* 4 4 Plugin Name: OrillaCart 5 Version: 1.3. 45 Version: 1.3.5 6 6 Description: ecommerce solution for WordPress 7 7 Plugin URI: http://orillacart.com … … 17 17 define("ORILLA_FRAMEWORK_BASE", realpath(dirname(__FILE__))); 18 18 define("ORILLA_FRAMEWORK_CORE", realpath(dirname(__FILE__) . DS . "core")); 19 define("ORILLACART_VERSION", "1.3. 4");19 define("ORILLACART_VERSION", "1.3.5"); 20 20 21 21 define("ORILLA_FRAMEWORK_PUBLIC_KEY", realpath(dirname(__FILE__) . DS . "core" . DS . "public_key" . DS . "orillacart.pub"));
Note: See TracChangeset
for help on using the changeset viewer.