mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
Fix async register callback for vulcan-payments
This commit is contained in:
parent
908a570664
commit
818da2c56b
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue