add tarif operation
This commit is contained in:
@@ -56,7 +56,7 @@ export default function PaymentTubBuyTokens() {
|
||||
setIsProcessing(true);
|
||||
|
||||
try {
|
||||
const response = await yooKasaCreatePayment(value, tokensBundle);
|
||||
const response = await yooKasaCreatePayment(value, tokensBundle, 'TOKEN');
|
||||
if (response) {
|
||||
window.open(response, '_blank', 'noopener,noreferrer');
|
||||
closeModal(false);
|
||||
|
||||
Reference in New Issue
Block a user