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

rewards-integration - new action signal names #82

Merged
Next
change reward signal origin names
  • Loading branch information
trickpattyFH20 committed May 25, 2018
commit cac0a5991070369f17a05f4970265fd128b52213
@@ -67,7 +67,7 @@ class HotDog extends Component {
const message = {
offerId,
actionId,
origin: 'rewards-hotdog',
origin: 'rewards-hotdog-card',
};
this.messageBackground('rewardSignal', message);
}
@@ -120,7 +120,7 @@ class OfferCard extends Component {
const message = {
offerId,
actionId,
origin: 'rewards-card',
origin: 'rewards-hotdog-card',
};
this.messageBackground('rewardSignal', message);
}
@@ -87,7 +87,7 @@ export function sendSignal(actionId, offerId) {
data: {
actionId,
offerId,
origin: 'rewards-panel'
origin: 'rewards-hub'
}
};
}
ProTip! Use n and p to navigate between commits in a pull request.