From 106a38499d073b7f1779681c8642c126fc3742c1 Mon Sep 17 00:00:00 2001 From: Kendrick Chan Date: Sun, 3 May 2020 22:57:47 +0800 Subject: [PATCH] Fix bug in dr_url passing #394 --- src/Service/RisingTideGateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/RisingTideGateway.php b/src/Service/RisingTideGateway.php index 7eabb251..38276619 100644 --- a/src/Service/RisingTideGateway.php +++ b/src/Service/RisingTideGateway.php @@ -59,7 +59,7 @@ class RisingTideGateway 'body' => $message, 'date' => $date_string, 'usagetype' => $this->usage_type, - 'delivery_receipt_url' => $dr_url, + 'delivery_receipt_url' => $this->dr_url, ]; error_log(print_r($data, true));