Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as PHP by vvcvxcvxcv ( 6 years ago )
switch ($status_type) {
            case 'INITIAL_BUY':
            case 'DID_RECOVER':
            case 'RENEWAL':
            case 'INTERACTIVE_RENEWAL':
            case 'DID_CHANGE_RENEWAL_STATUS':
                return 'expires_date_ms';
                break;
            case 'CANCEL':
                return 'cancellation_date_ms';
                break;
            case 'DID_FAIL_TO_RENEW':
                return '';
                break;
        }

 

Revise this Paste

Your Name: Code Language: