Sup questionmar
New Member
- Joined
- Jan 18, 2012
- Messages
- 7
- Reaction score
- 0
okey so i was woundering how i can add a few more zaypay options onto my doantion system
<?php
$price_setting_id = *******; // Id
$price_setting_key = '***********************'; // Hash
$points_to_give = 5; // Points to give after to have paid
$message_to_guests = "You MUST be logged in!";
?>
this is how it looks for 5 points, i got a bit of a catch how to do it with 10 points but i want to make sure how it works and thats why im asking.
<?php
$price_setting_id = *******; // Id
$price_setting_key = '***********************'; // Hash
$points_to_give = 5; // Points to give after to have paid
$message_to_guests = "You MUST be logged in!";
?>
this is how it looks for 5 points, i got a bit of a catch how to do it with 10 points but i want to make sure how it works and thats why im asking.