Logon(array( 'Username' => get_option("affilinetPubID"), 'Password' => get_option("affilinetPubWsPw"), 'WebServiceType' => 'Publisher' )); $SOAP_REQUEST = new SoapClient(WSDL); $req = $SOAP_REQUEST->GetPublisherSummary($Token); $thisMonthConfirmed = $req->CurrentMonth->Confirmed; $thisMonthOpen = $req->CurrentMonth->Open; $thisMonthCancelled = $req->CurrentMonth->Cancelled; $otherMonthConfirmed = $req->PreviousMonths->Confirmed; $otherMonthOpen = $req->PreviousMonths->Open; $otherMonthCancelled = $req->PreviousMonths->Cancelled; $lastPaymentDate = $req->Payments->LastPayment; $totalPayment = $req->Payments->TotalPayment; $partnerShipsActive = $req->Partnerships->PartnershipsActive; $partnerShipsWaiting = $req->Partnerships->PartnershipsWaiting; ?>
| Kontostand | Umsatz der Vormonate | Auszahlungen | Partnerschaften | |||
|---|---|---|---|---|---|---|
| Bestätigt | =money($thisMonthConfirmed);?> | Bestätigt | =money($otherMonthConfirmed);?> | =gerDate($lastPaymentDate);?> | Aktive: | =$partnerShipsActive?> |
| Offen | =money($thisMonthOpen);?> | Offen | =money($otherMonthOpen);?> | =money($totalPayment);?> | Wartend: | =$partnerShipsWaiting?> |
| Storniert | =money($thisMonthCancelled);?> | Storniert | =money($otherMonthCancelled);?> | |||
| » zum affilinet Publisher-Login | ||||||