We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820be62 commit 92fbf17Copy full SHA for 92fbf17
1 file changed
docs/integrations/cinetpay.md
@@ -468,11 +468,11 @@ def validate_cinetpay_config(client):
468
elif config.environment == 'production' and not config.api_key.startswith('cp_live_'):
469
print("Warning: Using non-live API key in production environment")
470
471
- print("✅ CinetPay configuration is valid")
+ print("CinetPay configuration is valid")
472
return True
473
474
except Exception as e:
475
- print(f"❌ Configuration validation failed: {e}")
+ print(f"Configuration validation failed: {e}")
476
return False
477
478
# Usage
0 commit comments