Try the demo below with this test card number: 4111 1111 1111 1111
https://codepen.io/xxswingxx/pen/pqEObe
Integration
Try the demo below with this test card number: 4111 1111 1111 1111
https://codepen.io/xxswingxx/pen/pqEObe
Integration
Quaderno.js is a simple javascript library that allows you to process payments, calculate sales taxes (VAT, GST, etc.) on the fly, and send beautiful tax receipts to your customers.
| <?php | |
| use Illuminate\Support\Arr; | |
| trait CanBeReplicated | |
| { | |
| public function replicateTo(string $model, array $with = null, array $except = null) | |
| { | |
| $defaults = [ | |
| $this->getKeyName(), |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import sys | |
| import os | |
| RUN_PATH = '/Applications/Tinkerwell.app' | |
| def process_args(argv): | |
| args = [] |
| <?php | |
| namespace BeyondCode\Tinkerwell\Drivers; | |
| class LaravelTinkerwellDriver extends TinkerwellDriver | |
| { | |
| public function canBootstrap($projectPath): bool | |
| { | |
| return file_exists($projectPath.'/public/index.php') && | |
| file_exists($projectPath.'/artisan'); |
| #!/bin/bash | |
| PLATFORM=iPhoneOS # iPhoneSimulator # iPhoneOS | |
| HOST=arm-apple-darwin # i386-apple-darwin10 # arm-apple-darwin10 | |
| ARCH=arm64 # i386 # armv7s #armv7 | |
| SDK_VERSION=13.0 | |
| XCODE_ROOT=`xcode-select -print-path` | |
| PLATFORM_PATH=$XCODE_ROOT/Platforms/$PLATFORM.platform/Developer | |
| SDK_PATH=$PLATFORM_PATH/SDKs/$PLATFORM$SDK_VERSION.sdk |
| <?php | |
| namespace App; | |
| use Illuminate\Database\Eloquent\Model; | |
| class SingletonModel extends Model | |
| { | |
| protected function store($data = []) | |
| { |
| <html class="h-full"> | |
| <body class="h-full"> | |
| <link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet"> | |
| <div class="h-full w-full flex items-center justify-center"> | |
| <h1 class="text-3xl">Welcome to {{ $title }}</h1> | |
| </div> | |
| </body> | |
| </html> |
| <?php | |
| use Tinkerwell\ContextMenu\Label; | |
| use Tinkerwell\ContextMenu\Submenu; | |
| use Tinkerwell\ContextMenu\SetCode; | |
| use Tinkerwell\ContextMenu\OpenURL; | |
| class CustomLumenTinkerwellDriver extends TinkerwellDriver { | |
| /** |
| <h1>Hello {{ $name }}</h1> |