Fix async register callback for vulcan-payments

This commit is contained in:
Justin Reynolds 2018-02-05 13:31:53 -06:00
parent 908a570664
commit 818da2c56b

View file

@ -507,7 +507,7 @@ Meteor.startup(() => {
});
registerCallback({
name: `${collectionName}.charge.sync`,
name: `${collectionName}.charge.async`,
description: `Perform operations after the charge has succeeded.`,
arguments: [{document: 'The associated document'}, {charge: 'The charge'}, {currentUser: 'The current user'}],
runs: 'async',