no comment

This commit is contained in:
Paul Schneider 2017-10-04 23:53:47 +02:00
commit 0e49b13965
54 changed files with 6158 additions and 213 deletions

View file

@ -2,27 +2,27 @@
ViewData["Title"] = @"Créditer";
}
<h1>@ViewData["Title"]</h1>
<environement names="Development">
<environment names="Development">
<em>Gimmy da flooze</em>
</environement>
</environment>
<div id="paypal-button"></div>
<script src="https://www.paypalobjects.com/api/checkout.js"></script>
<environement names="lua,coiffure,zicmoove,yavsc,yavscpre">
<environment names="lua,coiffure,zicmoove,yavsc,yavscpre">
<script>
var CREATE_PAYMENT_URL = 'https://lua.pschneider.fr/api/payment/create';
var EXECUTE_PAYMENT_URL = 'https://lua.pschneider.fr/api/payment/execute';
var PAYPAL_ENV = 'sandbox';
</script>
</environement>
<environement names="Development">
</environment>
<environment names="Development">
<script>
var CREATE_PAYMENT_URL = 'https://dev.pschneider.fr/api/payment/create';
var EXECUTE_PAYMENT_URL = 'https://dev.pschneider.fr/api/payment/execute';
var PAYPAL_ENV = 'sandbox';
</script>
</environement>
</environment>
<script>
paypal.Button.render({