Skip to content

Instantly share code, notes, and snippets.

View paymill-gists's full-sized avatar

paymill-gists

View GitHub Profile
<script type="text/javascript">
var translation = new Array();
//German
//Creditcard
translation["de"] = new Object();
translation["de"]["form"] = new Object();
translation["de"]["form"]["card-paymentname"] = 'Kreditkarte';
translation["de"]["form"]["card-number"] = 'Kartennummer';
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=utf-8"/>
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
<?php
// Please download the newest version of our Paymill PHP Wrapper at
// https://github.com/paymill/paymill-php/releases and put it into a folder where it can be autoloaded
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap.no-responsive.no-icons.min.css">
<script type="text/javascript">c
var PAYMILL_PUBLIC_KEY = '<YOUR_PAYMILL_PUBLIC_KEY>';
</script>
</head>
<body>
<script type="text/javascript">
var translation = new Array();
//German
//Creditcard
translation["de"] = new Object();
translation["de"]["form"] = new Object();
translation["de"]["form"]["card-paymentname"] = 'Kreditkarte';
translation["de"]["form"]["card-number"] = 'Kartennummer';