Skip to content

Instantly share code, notes, and snippets.

View ahoshaiyan's full-sized avatar

Ali ahoshaiyan

View GitHub Profile
@ahoshaiyan
ahoshaiyan / moyasar-form-vuejs.html
Created September 8, 2021 09:07
Use Moyasar Form within a VueJs Compoenent
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vue JS with Moyasar Form</title>
<!-- Styles -->
<link rel="stylesheet" href="https://cdn.moyasar.com/mpf/1.4.0/moyasar.css">

Laravel Apple Pay Merchant Validation Sample

Routes

Route::post('/apple-pay/verify-merchant', 'ApplePayController@validateMerchant');

Controller