mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 13:33:57 +00:00
update billplz to production
This commit is contained in:
@@ -56,7 +56,7 @@ class CallbackBillplzLogic
|
||||
public function execute(Request $request)
|
||||
{
|
||||
|
||||
Log::debug($request->all());
|
||||
Log::info(json_encode($request->all()));
|
||||
$billplzXSignatureObject = new BillplzXSignatureObject($request);
|
||||
|
||||
if(!$billplzXSignatureObject->isValidSignature()) throw new MalformedRequestException('Billplz Payment validation failed.');
|
||||
|
||||
Reference in New Issue
Block a user