We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a805b5a commit a5130a3Copy full SHA for a5130a3
guides/v3.1.0/models/pushing-records-into-the-store.md
@@ -138,7 +138,7 @@ export default Route.extend({
138
method: 'POST',
139
url: 'process-payment'
140
}).then((digitalInventory) => {
141
- this.get('store').pushPayload(digitalInventory);
+ this.get('store').push(digitalInventory);
142
this.transitionTo('thank-you');
143
});
144
}
0 commit comments