mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
feat: finishing pagseguro implementation
This commit is contained in:
4
shop.php
4
shop.php
@@ -2,6 +2,10 @@
|
||||
protect_page();
|
||||
include 'layout/overall/header.php';
|
||||
|
||||
if (isset($_GET['callback']) && $_GET['callback'] === 'processing') {
|
||||
echo '<script>alert("Seu pagamento está sendo processado pelo PagSeguro...");</script>';
|
||||
}
|
||||
|
||||
// Import from config:
|
||||
$shop = $config['shop'];
|
||||
$shop_list = $config['shop_offers'];
|
||||
|
Reference in New Issue
Block a user