2Checkout / 2checkout-php

2Checkout PHP Library
MIT License
83 stars 66 forks source link

Private key Deprecated in 2checkout #36

Open jmrashed opened 5 years ago

jmrashed commented 5 years ago

<?php require_once("lib/Twocheckout.php"); Twocheckout::privateKey('0FE12455-CBB5-48CE-AA26-E30351AF97W5'); Twocheckout::sellerId('901410762'); Twocheckout::sandbox(true);

I can't find any privateKey in 2checkout. How I can fix it.