Fix bug in dr_url passing #394

This commit is contained in:
Kendrick Chan 2020-05-03 22:57:47 +08:00
parent d189b8eb18
commit 106a38499d

View file

@ -59,7 +59,7 @@ class RisingTideGateway
'body' => $message, 'body' => $message,
'date' => $date_string, 'date' => $date_string,
'usagetype' => $this->usage_type, 'usagetype' => $this->usage_type,
'delivery_receipt_url' => $dr_url, 'delivery_receipt_url' => $this->dr_url,
]; ];
error_log(print_r($data, true)); error_log(print_r($data, true));