updates acf fields const values in class to avoid errors
This commit is contained in:
@@ -62,7 +62,7 @@ export async function onApprove(data, actions) {
|
||||
console.error(error);
|
||||
//resultMessage(`Sorry, your transaction could not be processed...<br><br>${error}`);
|
||||
resultMessage(eval(PLGNTLS_data.paypal_message_failure));
|
||||
//actions.redirect(PLGNTLS_data.paypal_redirection_failure);
|
||||
actions.redirect(PLGNTLS_data.paypal_redirection_failure);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user