Fix bug in dr_url passing #394
This commit is contained in:
parent
d189b8eb18
commit
106a38499d
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue