PATH:
home
/
lab2454c
/
costbloc.com
/
Modules
/
CashOnDelivery
/
Entities
<?php /** * @package StripeBody * @author TechVillage <support@techvill.org> * @contributor Muhammad AR Zihad <[zihad.techvill@gmail.com]> * @created 06-02-2022 */ namespace Modules\CashOnDelivery\Entities; use Modules\Gateway\Entities\GatewayBody; class CashOnDeliveryBody extends GatewayBody { public $status; public function __construct($request) { $this->instruction = $request->instruction; $this->status = $request->status; } }
[+]
..
[-] CashOnDelivery.php
[edit]
[-] CashOnDeliveryBody.php
[edit]