Wpis z mikrobloga

//IE to UK sale
if (($departure_country == "IE") && ($arrival_country == "GB") && (($transaction_type == "SALE") || ($transaction_type == "REFUND"))) {
$transaction_total_IE_to_UK += $transaction_total;
}

Poprawnie to zapisałem? Jeśli: A=IE i B=GB i C=SALE lub REFUND
#php #programujzgoogle
  • 2