wip
This commit is contained in:
@@ -10,7 +10,14 @@ use Illuminate\Support\Facades\Http;
|
||||
|
||||
trait HandlesVisaMasterPayments
|
||||
{
|
||||
public static function checkPaymentVisaMaster(Request $request)
|
||||
/**
|
||||
* Check payment payment visa master
|
||||
*
|
||||
* @param Request $request
|
||||
*
|
||||
* @return array<string, bool|string>
|
||||
*/
|
||||
public static function checkPaymentVisaMaster(Request $request): array
|
||||
{
|
||||
// Find order from history
|
||||
$paymentHistory = OnlinePaymentHistory::where('orderId', $request->orderId)->first();
|
||||
|
||||
Reference in New Issue
Block a user