• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Zaypay issue

rilleman

New Member
Joined
Feb 14, 2010
Messages
269
Reaction score
0
Just to be clear, everything is working with zaypay)

Only one issue>

Its only one payment method in money *2 EURO as the original creater of the guide has made.

I\ve tried changing config but theres no change.

PHP:
<?php

[COLOR="DarkGreen"]  $price_setting_id  = 5****2;  // Id
  $price_setting_key = '1dc76acbc***********f2180'; // Hash
  $points_to_give = 10; // Points to give after to have paid
  $message_to_guests = "You MUST be logged in!";
  $message_on_paid = "You have paid!";
  $show_native = 0; // Longer language name, but easier for people without English knowledge
  $noIPCheck = 0; // If true, then the default settings will be used instead of IP check
  $defaultCountry = 'en-SE'; // format is languageCode-countryCode
  [/COLOR]
  
  $price_setting_id  = 7*****2;  // Id
  $price_setting_key = 'f*********************6c3ba516'; // Hash
  $points_to_give = 3; // Points to give after to have paid
  $message_to_guests = "You MUST be logged in!";
  $message_on_paid = "You have paid!";
  $show_native = 0; // Longer language name, but easier for people without English knowledge
  $noIPCheck = 0; // If true, then the default settings will be used instead of IP check
  $defaultCountry = 'en-SE'; // format is languageCode-countryCode ?>


The green marked zone is the original spot of config, the other part have I maked myself with other ID\s and shit, but still they are just show @*2Euro Payment*
at the website~

I want to make, one payment that cost 1 Euro, second cost 3 Euro and third cost 5 Euro .. Please help me!
 
Back
Top