Z.A Fabrics

🔥 Free Delivery All Over Pakistan! 🔥

Shop

Easypaisa Payment Instructions

<?php
$order_id = intval($_GET[‘order_id’] ?? 0);
$token = sanitize_text_field($_GET[‘payment_token’] ?? ”);

echo “

Complete Your Easypaisa Payment

“;
echo “

Use this Payment Token at your nearest Easypaisa agent to complete the payment:”;
echo “

Payment Token: $token

“;
echo “

Order ID: $order_id”;