Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove instapay #2372

Merged
merged 29 commits into from Apr 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 0 additions & 7 deletions app/actions/settings/index.js
Expand Up @@ -26,13 +26,6 @@ export function setPrimaryCurrency(primaryCurrency) {
};
}

export function setEnablePaymentChannels(paymentChannelsEnabled) {
return {
type: 'SET_ENABLE_PAYMENT_CHANNELS',
paymentChannelsEnabled
};
}

export function setUseBlockieIcon(useBlockieIcon) {
return {
type: 'SET_USE_BLOCKIE_ICON',
Expand Down
12 changes: 0 additions & 12 deletions app/actions/transaction/index.js
Expand Up @@ -101,18 +101,6 @@ export function prepareFullTransaction({
};
}

/**
* Sets any attribute in transaction object
*
* @param {object} transaction - New transaction object
*/
export function setPaymentChannelTransaction(asset) {
return {
type: 'SET_PAYMENT_CHANNEL_TRANSACTION',
asset
};
}

/**
* Sets any attribute in transaction object
*
Expand Down