Fixed invalid client id issue in velocity

This commit is contained in:
jitendra 2020-10-15 15:18:07 +05:30
parent fd9099213a
commit 7ae7cb0b7c
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
if (typeof paypal == 'undefined') {
window.flashMessages = [{'type': 'alert-error', 'message': "SDK Validation error: 'client-id not recognized for either production or sandbox: {{core()->getConfigData('sales.paymentmethods.paypal_smart_button.client_id')}}'" }];
window.flashMessages.alertMessage = "SDK Validation error: 'client-id not recognized for either production or sandbox: {{core()->getConfigData('sales.paymentmethods.paypal_smart_button.client_id')}}'";
app.addFlashMessages();
return;