Plugin Directory

Changeset 1113580


Ignore:
Timestamp:
03/16/2015 01:14:54 AM (11 years ago)
Author:
orillacart
Message:

Payment method bug fix.

Location:
orillacart/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orillacart/trunk/com_shop/methods/paypal.php

    r1113566 r1113580  
    9999                        'rm' => is_ssl() ? 2 : 1,
    100100                        '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","")),
    102102                       
    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","")),
    104104                        'page_style' => "",
    105105                        // Order key + ID
  • orillacart/trunk/main.php

    r1113566 r1113580  
    33/*
    44  Plugin Name: OrillaCart
    5   Version: 1.3.4
     5  Version: 1.3.5
    66  Description: ecommerce solution for WordPress
    77  Plugin URI: http://orillacart.com
     
    1717define("ORILLA_FRAMEWORK_BASE", realpath(dirname(__FILE__)));
    1818define("ORILLA_FRAMEWORK_CORE", realpath(dirname(__FILE__) . DS . "core"));
    19 define("ORILLACART_VERSION", "1.3.4");
     19define("ORILLACART_VERSION", "1.3.5");
    2020
    2121define("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.