JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrform_data['payment_id'] = $payment_id; return $this; } public function makePaymentAuthorizationRefund(string $authorization_token) { $this->form_data['authorization_token'] = $authorization_token; return $this; } public function note(string $note) { $this->form_data['description'] = $note; return $this; } }