Created
August 9, 2012 19:11
-
-
Save esitefinity/3307239 to your computer and use it in GitHub Desktop.
Sitefinity Ecommerce Stripe Payment Processor Configuration File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<paymentProcessorConfig xmlns:config="urn:telerik:sitefinity:configuration" xmlns:type="urn:telerik:sitefinity:configuration:type" config:version="5.1.3270.0"> | |
<PaymentProcessorProviders> | |
<add id="325B43F7-F6AA-424E-ACED-9C33947C7D70" title="Stripe" description="Stripe Provider" isActive="True" enablelogging="False" sectionName="StripeSettingsSection" sectioncssClass="sf_paymentSettingsField sf_stripePaymentSettingsField sfSectionInSection" settingstype="Telerik.Sitefinity.Samples.Ecommerce.Payment.Processors.Stripe.StripeSettings" viewprovidertype="Telerik.Sitefinity.Samples.Ecommerce.Payment.Processors.Stripe.StripeSettingsField" type="Telerik.Sitefinity.Samples.Ecommerce.Payment.Processors.Stripe.StripeProvider" name="STRIPE" /> | |
</PaymentProcessorProviders> | |
</paymentProcessorConfig> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment