-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for commerce integration (#2)
* Added commerce support * Build files * Add css fix back in that somehow disappeared
- Loading branch information
1 parent
c2f015d
commit 593befc
Showing
94 changed files
with
189 additions
and
53 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
This file contains 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
File renamed without changes.
This file contains 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
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ | |
"10002": "1.0.2", | ||
"10003": "1.0.3", | ||
"10004": "1.0.4", | ||
"10005": "1.0.5" | ||
"10005": "1.0.5", | ||
"10006": "1.0.6" | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<ips:template parameters="" /> | ||
<div data-controller="stripeverification.front.verification.main" class="ipsPad ipsType_center ipsType_light ipsType_normal"> | ||
{{if \IPS\Member::loggedIn()->verification_processing}} | ||
<div id="stripeverification_processing_message">{lang="stripeverification_processing_message"}</div> | ||
{{elseif ! \IPS\Member::loggedIn()->verified}} | ||
{{if \IPS\Application::appIsEnabled('nexus') && \IPS\Settings::i()->stripeverification_commerce_enabled && !\IPS\Member::loggedIn()->verification_subscription}} | ||
<div id="stripeverification_info_message">{lang="stripverification_purchase_subscription_message"}</div> | ||
<a href="{url="app=stripeverification&module=system&controller=verification&do=subscription"}" data-verification-button class="ipsButton ipsButton_medium ipsButton_normal ipsSpacer_top">{lang="stripverification_purchase_subscription_button"}</a> | ||
{{else}} | ||
<div id="stripeverification_info_message">{lang="stripeverification_unverified_message"}</div> | ||
<div id="stripeverification_submit_message" style="display: none;">{lang="stripeverification_submit_message"}</div> | ||
<a href="#" data-verification-button class="ipsButton ipsButton_medium ipsButton_normal ipsSpacer_top">{lang="stripverification_verified_button"}</a> | ||
{{endif}} | ||
{{else}} | ||
<div id="stripeverification_verified_message">{lang="stripverification_verified_message"} {datetime="\IPS\Member::loggedIn()->verified_at"}.</div> | ||
{{endif}} | ||
</div> | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
File renamed without changes.
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"id": 10005, | ||
"name": "1.0.5", | ||
"steps": { | ||
"queries": false, | ||
"lang": true, | ||
"theme": true, | ||
"themeSettings": false, | ||
"javascript": false, | ||
"emailTemplates": false, | ||
"hooks": false, | ||
"acpSearchKeywords": false, | ||
"settings": true, | ||
"tasks": false, | ||
"modules": false, | ||
"widgets": false, | ||
"customOptions": false, | ||
"customRoutines": false | ||
}, | ||
"forceMainUpgrader": false, | ||
"forceManualDownloadNoCiC": false, | ||
"forceManualDownloadCiC": false | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"normal": { | ||
"added": [ | ||
"stripeverification_stripe_settings_tab", | ||
"stripeverification_commerce_settings_tab", | ||
"stripeverification_commerce_settings", | ||
"stripeverification_commerce_enabled", | ||
"stripeverification_commerce_enabled_desc", | ||
"stripeverification_commerce_subscription", | ||
"stripeverification_commerce_subscription_desc", | ||
"stripverification_purchase_subscription_button", | ||
"stripverification_purchase_subscription_message" | ||
], | ||
"edited": [], | ||
"removed": [] | ||
}, | ||
"js": { | ||
"added": [], | ||
"edited": [], | ||
"removed": [] | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"added": [ | ||
"stripeverification_commerce_enabled", | ||
"stripeverification_commerce_subscription" | ||
], | ||
"edited": [], | ||
"removed": [] | ||
} |
Oops, something went wrong.