芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/vendor/shakurov/coinbase/src/Exceptions/WebhookFailed.php
id}` of type `{$webhookCall->type} because the configured jobclass `$jobClass` does not exist."); } public static function missingType() { return new static('The webhook call did not contain a type. Valid Coinbase Commerce webhook calls should always contain a type.'); } public function render($request) { return response(['error' => $this->getMessage()], 400); } }