コード例 #1
0
 protected function processSubscriptionPayment() {
     $this->debug('2checkout INS plugin: processSubscriptionPayment: '.$this->notificationType);
     if($this->notificationType == 'RECURRING_STOPPED' || $this->notificationType == 'RECURRING_COMPLETE') {
         $this->removeRecurringCommission();
         return;
     }
     parent::processSubscriptionPayment();
 }