Plugin Directory

Changeset 853462


Ignore:
Timestamp:
02/07/2014 10:10:11 PM (12 years ago)
Author:
presspay
Message:

Preparing for release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • press-pay/trunk/app/controller/press_pay_shortcodes_controller.php

    r848917 r853462  
    1414      return( $this->get( $shortcode_attributes ) );
    1515    case 'POST':
    16       return( $this->post() );
     16      if ($_POST['product_id'] == $shortcode_attributes['product_id']) return($this->post());
     17      break;
    1718    default:
    1819      die( "{$_SERVER['REQUEST_METHOD']} not supported by PressPay" );
Note: See TracChangeset for help on using the changeset viewer.