Changeset 1281232
- Timestamp:
- 11/06/2015 04:15:27 PM (10 years ago)
- Location:
- melascrivi/trunk
- Files:
-
- 4 edited
-
admin.php (modified) (1 diff)
-
melascrivi_php_client/MelascriviPlugin.php (modified) (4 diffs)
-
melascrivi_plugin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
melascrivi/trunk/admin.php
r799118 r1281232 15 15 define("WP_DB_NAME_MELASCRIVI_ACTKEY","WP_DB_NAME_MELASCRIVI_ACTKEY"); 16 16 17 define("PLUGIN_VERSION","1. 3.0");17 define("PLUGIN_VERSION","1.4.0"); 18 18 19 19 function melascriviPlugin_init() { -
melascrivi/trunk/melascrivi_php_client/MelascriviPlugin.php
r799118 r1281232 3 3 4 4 const PLUGIN_NAME = "melascrivi"; 5 const PLUGIN_VERSION= "1. 3.0";5 const PLUGIN_VERSION= "1.4.0"; 6 6 const API_PATH_dev="http://dev.melascrivi.com/soap/editor_dev.wsdl"; 7 7 const SERVER_PATH_dev="http://dev.melascrivi.com"; … … 252 252 @setCookie("credential",$this->client->_cookies['credential'][0],time()+3600); 253 253 $response=$this->client->getOrders($userId,$order); 254 254 255 if ($response->order->status==6){ 255 256 $echo="<div id='articolo' class='left-box' style='float: left; width: 64%;'> … … 272 273 </div>".$this->printOrderInfoBoxes($response->order)." 273 274 "; 274 }else if ($response->order->status==3 ) {275 }else if ($response->order->status==3 or $response->order->status==16 ) { 275 276 $echo="<div id='articolo' class='left-box' style='float: left; width: 64%;'> 276 277 <section class='portlet grid_6 leading' style='width: 98%'> … … 2321 2322 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="paypalForm" style="margin-left:auto;margin-right:auto;width:242px;"> 2322 2323 <input type="hidden" name="cmd" value="_xclick"> 2323 <input type="hidden" name="business" value=" A4UPE5VJFYJT6">2324 <input type="hidden" name="business" value="WWTNKSH4W5YFU"> 2324 2325 <input type="hidden" name="lc" value="'.strtoupper($conf->paypal->language).'"> 2325 2326 <input type="hidden" name="item_name" value="'.__("recharge account",$this->getName()).'"> -
melascrivi/trunk/melascrivi_plugin.php
r799118 r1281232 3 3 /* 4 4 * @package melascrivi_plugin 5 * @version 1. 35 * @version 1.4 6 6 * 7 7 Plugin Name: melascrivi-plugin 8 8 Plugin URI: http://app.melascrivi.com 9 9 Description: A brief description of the Plugin. 10 Version: 1. 310 Version: 1.4 11 11 Author: AdIntend 12 12 Author URI: http://app.melascrivi.com -
melascrivi/trunk/readme.txt
r799118 r1281232 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.3 7 Stable tag: 1. 3.07 Stable tag: 1.4.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 == Changelog == 43 43 44 = 1.4.0 = 45 * bug fixing 44 46 = 1.3.0 = 45 47 * bug fixing
Note: See TracChangeset
for help on using the changeset viewer.