website fix
This commit is contained in:
parent
e14794bc59
commit
309d08497b
58 changed files with 1690 additions and 363 deletions
4
_website/payments/pay.php
Normal file
4
_website/payments/pay.php
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
// Compatibility wrapper: redirect legacy /payments/pay.php to new create_order API
|
||||
header('Location: /_website/api/create_order.php');
|
||||
exit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue