Skip to content

Instantly share code, notes, and snippets.

@bobper
bobper / PaymentStrategy.php
Last active July 15, 2023 15:04
saman payment gatway
<?php
use App\Models\Payment;
interface PaymentStrategy
{
public function pay(Payment $payment );
public function cancel($transactionId);
public function verify($request , $amount );
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Neo Chart </title>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
/* Set the width and height of the canvas element */