Skip to content

Commit

Permalink
Merge pull request #50 from bold-commerce/fastlane-release
Browse files Browse the repository at this point in the history
Enable Fastlane settings and bump version
  • Loading branch information
kfalkowski11 authored Aug 1, 2024
2 parents 8dd185c + 7a66711 commit 74a3ac1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": [
"MIT"
],
"version": "1.0.0",
"version": "1.1.0",
"require": {
"magento/framework": ">=102.0.1 <103.0.8",
"bold-commerce/module-checkout": "^2.0.0"
Expand Down
30 changes: 15 additions & 15 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<comment><![CDATA[Use the native checkout with Bold Checkout's payment options.]]></comment>
</field>
<!-- <field id="is_fastlane_enabled" translate="label" type="select" sortOrder="15" showInDefault="1" showInWebsite="1">-->
<!-- <label>Is Fastlane Enabled</label>-->
<!-- <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>-->
<!-- <comment><![CDATA[Use PayPal Fastlane Checkout.]]></comment>-->
<!-- <depends>-->
<!-- <field id="is_payment_booster_enabled">1</field>-->
<!-- </depends>-->
<!-- </field>-->
<!-- <field id="fastlane_payment_title" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1">-->
<!-- <label>Fastlane Payment Title</label>-->
<!-- <comment><![CDATA[Payment title that will be displayed on the checkout page.]]></comment>-->
<!-- <depends>-->
<!-- <field id="is_fastlane_enabled">1</field>-->
<!-- </depends>-->
<!-- </field>-->
<field id="is_fastlane_enabled" translate="label" type="select" sortOrder="15" showInDefault="1" showInWebsite="1">
<label>Is Fastlane Enabled</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<comment><![CDATA[Use PayPal Fastlane Checkout.]]></comment>
<depends>
<field id="is_payment_booster_enabled">1</field>
</depends>
</field>
<field id="fastlane_payment_title" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1">
<label>Fastlane Payment Title</label>
<comment><![CDATA[Payment title that will be displayed on the checkout page.]]></comment>
<depends>
<field id="is_fastlane_enabled">1</field>
</depends>
</field>
</group>
<group id="bold_checkout_custom_elements">
<field id="payment_css" translate="label" type="textarea" sortOrder="20" showInDefault="1" showInWebsite="1">
Expand Down

0 comments on commit 74a3ac1

Please sign in to comment.