integrate create billplz bill with create booking payment, and a new billplz callback url

This commit is contained in:
ahmedsophyudden
2021-10-04 15:09:36 +08:00
parent 376d2dd686
commit fb84e47d43
11 changed files with 262 additions and 6 deletions
+1
View File
@@ -23,6 +23,7 @@ class BookingResource extends JsonResource
*/
public function toArray($request)
{
// dd($this->service);
return [
'id' => $this->id,
'company' => new CompanyResource($this->company),